Skip to content

Commit 254bb57

Browse files
🔖 Release v1.40.0 [skip ci]
1 parent 9801c85 commit 254bb57

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.40.0 (2025-04-08)
2+
3+
[📝 Release notes](https://github.com/upptime/uptime-monitor/releases/tag/v1.40.0) · [💻 Compare](https://github.com/upptime/uptime-monitor/compare/v1.39.0...v1.40.0) · [🔖 Tag](https://github.com/upptime/uptime-monitor/tree/v1.40.0) · 🗄️ Archive ([zip](https://github.com/upptime/uptime-monitor/archive/v1.40.0.zip) · [tar.gz](https://github.com/upptime/uptime-monitor/archive/v1.40.0.tar.gz))
4+
5+
### ✨ New features
6+
7+
- [`1793600`](https://github.com/upptime/uptime-monitor/commit/1793600) Added SSL checker (if SSL cert expires < 7 days then it fails (#261)
8+
(Issues: [`#261`](https://github.com/upptime/uptime-monitor/issues/261))
9+
10+
### ♻️ Updates
11+
12+
- [`844cdc9`](https://github.com/upptime/uptime-monitor/commit/844cdc9) Integrate SSL date checker into update process
13+
14+
### 🐛 Bug fixes
15+
16+
- [`2531655`](https://github.com/upptime/uptime-monitor/commit/2531655) Ensure expires is a date correctly
17+
118
## v1.39.0 (2025-02-27)
219

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upptime/uptime-monitor",
3-
"version": "1.39.0",
3+
"version": "1.40.0",
44
"description": "Uptime monitor powered by GitHub Actions",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)