From b6747ad25b4821d862ff2cc81ecc27534b4dfaad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Jul 2023 18:28:11 +0000 Subject: [PATCH] chore(release): 1.15.0 ## 1.15.0 (2023-07-24) * Merge branch 'master' of github.com:atlas-bi/System ([523abf1](https://github.com/atlas-bi/System/commit/523abf1)) * feat(edit): added ability to edit/delete monitors ([faefcc0](https://github.com/atlas-bi/System/commit/faefcc0)) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 733a9d2..ef29a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.15.0 (2023-07-24) + +* Merge branch 'master' of github.com:atlas-bi/System ([523abf1](https://github.com/atlas-bi/System/commit/523abf1)) +* feat(edit): added ability to edit/delete monitors ([faefcc0](https://github.com/atlas-bi/System/commit/faefcc0)) + ## 1.14.1 (2023-07-21) * Merge branch 'master' of github.com:atlas-bi/System ([71ac382](https://github.com/atlas-bi/System/commit/71ac382)) diff --git a/package.json b/package.json index a18a164..f284882 100644 --- a/package.json +++ b/package.json @@ -187,5 +187,5 @@ "npm run format" ] }, - "version": "1.14.1" + "version": "1.15.0" }