Skip to content

Commit

Permalink
🔖 Release v1.35.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 19, 2023
1 parent 388fb37 commit eb5f383
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v1.35.0 (2023-12-19)

[📝 Release notes](https://github.com/upptime/uptime-monitor/releases/tag/v1.35.0) · [💻 Compare](https://github.com/upptime/uptime-monitor/compare/v1.34.2...v1.35.0) · [🔖 Tag](https://github.com/upptime/uptime-monitor/tree/v1.35.0) · 🗄️ Archive ([zip](https://github.com/upptime/uptime-monitor/archive/v1.35.0.zip) · [tar.gz](https://github.com/upptime/uptime-monitor/archive/v1.35.0.tar.gz))

### ✨ New features

- [`7c9e179`](https://github.com/upptime/uptime-monitor/commit/7c9e179) Make npm installs quieter and faster (#219)
(Issues: [`#219`](https://github.com/upptime/uptime-monitor/issues/219))- [`0a20883`](https://github.com/upptime/uptime-monitor/commit/0a20883) Add support for Action secrets everywhere (#233)
(Issues: [`#233`](https://github.com/upptime/uptime-monitor/issues/233))

### 🐛 Bug fixes

- [`9ecdca4`](https://github.com/upptime/uptime-monitor/commit/9ecdca4) Only add a maintenance event if start date has passed (#230)
(Issues: [`#230`](https://github.com/upptime/uptime-monitor/issues/230))- [`ad82cd5`](https://github.com/upptime/uptime-monitor/commit/ad82cd5) Skip errors in static site
- [`4da4652`](https://github.com/upptime/uptime-monitor/commit/4da4652) Ensure assets exists before copying

## v1.34.2 (2023-12-16)

[📝 Release notes](https://github.com/upptime/uptime-monitor/releases/tag/v1.34.2) · [💻 Compare](https://github.com/upptime/uptime-monitor/compare/v1.34.1...v1.34.2) · [🔖 Tag](https://github.com/upptime/uptime-monitor/tree/v1.34.2) · 🗄️ Archive ([zip](https://github.com/upptime/uptime-monitor/archive/v1.34.2.zip) · [tar.gz](https://github.com/upptime/uptime-monitor/archive/v1.34.2.tar.gz))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upptime/uptime-monitor",
"version": "1.34.2",
"version": "1.35.0",
"description": "Uptime monitor powered by GitHub Actions",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit eb5f383

Please sign in to comment.