diff --git a/CHANGELOG.md b/CHANGELOG.md index e779c32a..b06b345d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index d65834aa..dd0df101 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@upptime/uptime-monitor", - "version": "1.34.2", + "version": "1.35.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@upptime/uptime-monitor", - "version": "1.34.2", + "version": "1.35.0", "license": "MIT", "dependencies": { "@actions/core": "^1.2.7", diff --git a/package.json b/package.json index 3532b153..1cdc87e9 100644 --- a/package.json +++ b/package.json @@ -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": {