diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1ac01..93fcfa2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.11" + ".": "0.1.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cb06a..cfa4d76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.12](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/compare/react-helsinki-notification-manager-v0.1.11...react-helsinki-notification-manager-v0.1.12) (2026-07-12) + + +### Dependencies + +* Bump @babel/core from 7.29.0 to 7.29.7 ([451e147](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/451e1474ce5befc990818f38698f2094ed4c54a8)) +* Bump js-yaml from 4.1.1 to 4.3.0 ([e5692c5](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/e5692c51803e1bf9feba06b77930a93e68c1a79b)) +* Bump undici from 7.24.7 to 7.28.0 ([7f6e9b3](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/7f6e9b321480e449c6d404d8ee5e5f86b4cbd818)) + ## [0.1.11](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/compare/react-helsinki-notification-manager-v0.1.10...react-helsinki-notification-manager-v0.1.11) (2026-06-22) diff --git a/package.json b/package.json index f6cf56c..969a234 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@city-of-helsinki/react-helsinki-notification-manager", - "version": "0.1.11", + "version": "0.1.12", "type": "module", "main": "./dist/react-helsinki-notification-manager.js", "engines": {