diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0aec911a0..3095acba5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.8" + ".": "1.10.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbd480e0..5de1f317d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.10.9](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.10.8...kerrokantasi-ui-v1.10.9) (2025-04-07) + + +### Bug Fixes + +* Hearing saveAndPreview fix for existing hearings ([#1138](https://github.com/City-of-Helsinki/kerrokantasi-ui/issues/1138)) ([b2b2e96](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/b2b2e96d78809d04543ab19a54d9bdc91c8c2336)) + ## [1.10.8](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.10.7...kerrokantasi-ui-v1.10.8) (2025-03-27) diff --git a/package.json b/package.json index 70fdde8fd..54cb9cf84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kerrokantasi-ui", - "version": "1.10.8", + "version": "1.10.9", "main": "index.js", "scripts": { "start": "NODE_ENV=production; if test $NODE_MAX_MEMORY_MIB ; then node --max-old-space-size=$NODE_MAX_MEMORY_MIB server ; else node server ; fi",