From 847b4827ce5f02f2462a5391e18f28c1f257a9b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Sep 2023 13:11:05 +0000 Subject: [PATCH] chore(release): 1.40.0 ## 1.40.0 (2023-09-07) * Merge branch 'master' of github.com:atlas-bi/System ([05c3153](https://github.com/atlas-bi/System/commit/05c3153)) * feat(search): cleaned up search results ([a9372a1](https://github.com/atlas-bi/System/commit/a9372a1)) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae9452..0215a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.40.0 (2023-09-07) + +* Merge branch 'master' of github.com:atlas-bi/System ([05c3153](https://github.com/atlas-bi/System/commit/05c3153)) +* feat(search): cleaned up search results ([a9372a1](https://github.com/atlas-bi/System/commit/a9372a1)) + ## 1.39.0 (2023-09-07) * Merge branch 'master' of github.com:atlas-bi/System ([eebacd0](https://github.com/atlas-bi/System/commit/eebacd0)) diff --git a/package.json b/package.json index edce388..014ae3f 100644 --- a/package.json +++ b/package.json @@ -212,5 +212,5 @@ "npm run format" ] }, - "version": "1.39.0" + "version": "1.40.0" }