diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7cac64daf..46fc35610 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.5" + ".": "1.6.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a294db0..c8a3cc4ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.6](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.6.5...kerrokantasi-ui-v1.6.6) (2024-09-02) + + +### Bug Fixes + +* Reduce hearing actions when logged in KER-378 ([4b03ed7](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/4b03ed731d52be8c28024ee86e123dfc3c1d432f)) + ## [1.6.5](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.6.4...kerrokantasi-ui-v1.6.5) (2024-09-02) diff --git a/package.json b/package.json index a9bf3c180..bb85f9e69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kerrokantasi-ui", - "version": "1.6.5", + "version": "1.6.6", "main": "index.js", "scripts": { "start": "NODE_ENV=production node server",