diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a11b6c..1079ac3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v1.25.1 (2021-02-24) + +[📝 Release notes](https://github.com/upptime/uptime-monitor/releases/tag/v1.25.1) · [💻 Compare](https://github.com/upptime/uptime-monitor/compare/v1.25.0...v1.25.1) · [🔖 Tag](https://github.com/upptime/uptime-monitor/tree/v1.25.1) · 🗄️ Archive ([zip](https://github.com/upptime/uptime-monitor/archive/v1.25.1.zip) · [tar.gz](https://github.com/upptime/uptime-monitor/archive/v1.25.1.tar.gz)) + +### ♻️ Updates + +- [`8370054`](https://github.com/upptime/uptime-monitor/commit/8370054) Add port option for tcp-ping +- [`8e777e7`](https://github.com/upptime/uptime-monitor/commit/8e777e7) Don't remove any custom workflows + ## v1.25.0 (2021-02-24) [📝 Release notes](https://github.com/upptime/uptime-monitor/releases/tag/v1.25.0) · [💻 Compare](https://github.com/upptime/uptime-monitor/compare/v1.24.4...v1.25.0) · [🔖 Tag](https://github.com/upptime/uptime-monitor/tree/v1.25.0) · 🗄️ Archive ([zip](https://github.com/upptime/uptime-monitor/archive/v1.25.0.zip) · [tar.gz](https://github.com/upptime/uptime-monitor/archive/v1.25.0.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 332ad84e..cd95980b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@upptime/uptime-monitor", - "version": "1.25.0", + "version": "1.25.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index a8c2e55d..cce48b9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@upptime/uptime-monitor", - "version": "1.25.0", + "version": "1.25.1", "description": "Uptime monitor powered by GitHub Actions", "main": "dist/index.js", "scripts": {