diff --git a/CHANGELOG.md b/CHANGELOG.md index 12db301a..dc9dc56d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.23.11 (2020-12-19) + +[📝 Release notes](https://github.com/upptime/uptime-monitor/releases/tag/v1.23.11) · [💻 Compare](https://github.com/upptime/uptime-monitor/compare/v1.23.10...v1.23.11) · [🔖 Tag](https://github.com/upptime/uptime-monitor/tree/v1.23.11) · 🗄️ Archive ([zip](https://github.com/upptime/uptime-monitor/archive/v1.23.11.zip) · [tar.gz](https://github.com/upptime/uptime-monitor/archive/v1.23.11.tar.gz)) + +### ♻️ Updates + +- [`6fb329a`](https://github.com/upptime/uptime-monitor/commit/6fb329a) Add repository dispatch events to all workflows + ## v1.23.10 (2020-12-18) [📝 Release notes](https://github.com/upptime/uptime-monitor/releases/tag/v1.23.10) · [💻 Compare](https://github.com/upptime/uptime-monitor/compare/v1.23.9...v1.23.10) · [🔖 Tag](https://github.com/upptime/uptime-monitor/tree/v1.23.10) · 🗄️ Archive ([zip](https://github.com/upptime/uptime-monitor/archive/v1.23.10.zip) · [tar.gz](https://github.com/upptime/uptime-monitor/archive/v1.23.10.tar.gz)) diff --git a/package-lock.json b/package-lock.json index d707870a..01b1bb3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@upptime/uptime-monitor", - "version": "1.23.10", + "version": "1.23.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 466f7786..79abd316 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@upptime/uptime-monitor", - "version": "1.23.10", + "version": "1.23.11", "description": "Uptime monitor powered by GitHub Actions", "main": "dist/index.js", "scripts": {