diff --git a/CHANGELOG.md b/CHANGELOG.md index 564b3fa..25f6a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.27.2 (2023-08-24) + +* Merge branch 'master' of github.com:atlas-bi/System ([8b329c5](https://github.com/atlas-bi/System/commit/8b329c5)) +* fix(charts): improved chart performance ([a49ef93](https://github.com/atlas-bi/System/commit/a49ef93)) + ## 1.27.1 (2023-08-23) * Merge branch 'master' of github.com:atlas-bi/System # Please enter a commit message to ([982f2b3](https://github.com/atlas-bi/System/commit/982f2b3)) diff --git a/package.json b/package.json index 7e51d70..23ca05a 100644 --- a/package.json +++ b/package.json @@ -193,5 +193,5 @@ "npm run format" ] }, - "version": "1.27.1" + "version": "1.27.2" }