diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1fd56a9..0ac88e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc68c6..e52e7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,10 @@ # Changelog +## [0.4.1](https://github.com/bihealth/reev-frontend-lib/compare/v0.4.0...v0.4.1) (2024-01-25) + + +### Miscellaneous Chores + +* release as v0.4.1 ([0a99631](https://github.com/bihealth/reev-frontend-lib/commit/0a996310b6a54c9f31eb5af8faf69722ed518132)) + +## Changelog diff --git a/package.json b/package.json index 400e13c..10c4a08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bihealth/reev-frontend-lib", - "version": "0.4.0", + "version": "0.4.1", "repository": { "type": "git", "url": "https://github.com/bihealth/reev-frontend-lib.git"