Skip to content

Commit

Permalink
🔖 Release v1.30.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 15, 2023
1 parent 427b993 commit d4d6d9b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## v1.30.0 (2023-06-15)

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

### ✨ New features

- [`d53eb05`](https://github.com/upptime/uptime-monitor/commit/d53eb05) Add fallback GitHub token (#209)
(Issues: [`#209`](https://github.com/upptime/uptime-monitor/issues/209))- [`bde5ff8`](https://github.com/upptime/uptime-monitor/commit/bde5ff8) Use Node.js v16 with updated dependencies (#217)
(Issues: [`#217`](https://github.com/upptime/uptime-monitor/issues/217))

### 🐛 Bug fixes

- [`427a8d3`](https://github.com/upptime/uptime-monitor/commit/427a8d3) Recompile node-libcurl for Node 18
- [`a7aa557`](https://github.com/upptime/uptime-monitor/commit/a7aa557) Upgrade to Node.js v18 (#214)
(Issues: [`#214`](https://github.com/upptime/uptime-monitor/issues/214))

### ⬆️ Dependency updates

- [`1d46c7e`](https://github.com/upptime/uptime-monitor/commit/1d46c7e) Upgrade actions/checkout (#200)
(Issues: [`#200`](https://github.com/upptime/uptime-monitor/issues/200))- [`a0f0a85`](https://github.com/upptime/uptime-monitor/commit/a0f0a85) fix deprecation warning: (#204)
(Issues: [`#204`](https://github.com/upptime/uptime-monitor/issues/204))- [`1458893`](https://github.com/upptime/uptime-monitor/commit/1458893) Update GitHub Actions dependencies
- [`c5e616e`](https://github.com/upptime/uptime-monitor/commit/c5e616e) Change @zeit/ncc -> @vercel/ncc
- [`fae5adb`](https://github.com/upptime/uptime-monitor/commit/fae5adb) Bump ansi-regex (#206)
(Issues: [`#206`](https://github.com/upptime/uptime-monitor/issues/206))

## v1.29.0 (2022-11-28)

[📝 Release notes](https://github.com/upptime/uptime-monitor/releases/tag/v1.29.0) · [💻 Compare](https://github.com/upptime/uptime-monitor/compare/v1.28.0...v1.29.0) · [🔖 Tag](https://github.com/upptime/uptime-monitor/tree/v1.29.0) · 🗄️ Archive ([zip](https://github.com/upptime/uptime-monitor/archive/v1.29.0.zip) · [tar.gz](https://github.com/upptime/uptime-monitor/archive/v1.29.0.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.29.0",
"version": "1.30.0",
"description": "Uptime monitor powered by GitHub Actions",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit d4d6d9b

Please sign in to comment.