From 89be35792c563e3c4fbf902af754263244387e1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Jul 2023 20:34:59 +0000 Subject: [PATCH] chore(release): 1.14.1 ## 1.14.1 (2023-07-21) * Merge branch 'master' of github.com:atlas-bi/System ([71ac382](https://github.com/atlas-bi/System/commit/71ac382)) * fix(tooltip): fixed units on tooltip ([38fcf4f](https://github.com/atlas-bi/System/commit/38fcf4f)) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b508439..733a9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.14.1 (2023-07-21) + +* Merge branch 'master' of github.com:atlas-bi/System ([71ac382](https://github.com/atlas-bi/System/commit/71ac382)) +* fix(tooltip): fixed units on tooltip ([38fcf4f](https://github.com/atlas-bi/System/commit/38fcf4f)) + ## 1.14.0 (2023-07-21) * Merge branch 'master' of github.com:atlas-bi/System ([1933dfc](https://github.com/atlas-bi/System/commit/1933dfc)) diff --git a/package.json b/package.json index c226a0b..a18a164 100644 --- a/package.json +++ b/package.json @@ -187,5 +187,5 @@ "npm run format" ] }, - "version": "1.14.0" + "version": "1.14.1" }