From e60c03001837404319fd2478084e011ebf273ddb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 20 Jul 2023 21:32:51 +0000 Subject: [PATCH] chore(release): 1.13.0 ## 1.13.0 (2023-07-20) * Merge branch 'master' of github.com:atlas-bi/System ([a447852](https://github.com/atlas-bi/System/commit/a447852)) * feat(monitor): added reboot and bad connection notification options ([5e23a5c](https://github.com/atlas-bi/System/commit/5e23a5c)) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df2bc60..2677873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.13.0 (2023-07-20) + +* Merge branch 'master' of github.com:atlas-bi/System ([a447852](https://github.com/atlas-bi/System/commit/a447852)) +* feat(monitor): added reboot and bad connection notification options ([5e23a5c](https://github.com/atlas-bi/System/commit/5e23a5c)) + ## 1.12.0 (2023-07-20) * Merge branch 'master' of github.com:atlas-bi/System ([b80ae94](https://github.com/atlas-bi/System/commit/b80ae94)) diff --git a/package.json b/package.json index f07c703..c0ff15c 100644 --- a/package.json +++ b/package.json @@ -185,5 +185,5 @@ "npm run format" ] }, - "version": "1.12.0" + "version": "1.13.0" }