diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f93..4918b25e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ce5608..5a73427b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.4.1](https://github.com/City-of-Helsinki/hauki-admin-ui/compare/hauki-admin-ui-v1.4.0...hauki-admin-ui-v1.4.1) (2024-03-11) + + +### Bug Fixes + +* Language string bug ([55c9e4e](https://github.com/City-of-Helsinki/hauki-admin-ui/commit/55c9e4ea48dfb16dc2c7efa4155b0f1cb9766b1a)) +* Translations ([4157bd1](https://github.com/City-of-Helsinki/hauki-admin-ui/commit/4157bd13bb5780df6c5b81e05773d3d7059a154f)) +* Try Finnish resource name if the desired language is not available ([3cfaf7e](https://github.com/City-of-Helsinki/hauki-admin-ui/commit/3cfaf7eb8510a816c24502d656cd5cb974add3ad)) + ## [1.4.0](https://github.com/City-of-Helsinki/hauki-admin-ui/compare/hauki-admin-ui-v1.3.0...hauki-admin-ui-v1.4.0) (2024-03-07) diff --git a/package.json b/package.json index befc76e1..084482a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hauki-admin-ui", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "engines": { "node": ">=18"