diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9464c4e2d..a0457ca5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.2" + ".": "1.6.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1d42961..c984726d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.3](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.6.2...kerrokantasi-ui-v1.6.3) (2024-08-30) + + +### Bug Fixes + +* Normalize hearing data bug KER-378 ([f01be68](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/f01be6851cf91dc4ad69c5ecbb224184b05b7d9c)) + ## [1.6.2](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.6.1...kerrokantasi-ui-v1.6.2) (2024-08-29) diff --git a/package.json b/package.json index b78a03a05..ab9177a8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kerrokantasi-ui", - "version": "1.6.2", + "version": "1.6.3", "main": "index.js", "scripts": { "start": "NODE_ENV=production node server",