diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ac88e5..354e269 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e52e7bd..c40bd48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/bihealth/reev-frontend-lib/compare/v0.4.1...v0.4.2) (2024-01-25) + + +### Bug Fixes + +* actually working library ([#17](https://github.com/bihealth/reev-frontend-lib/issues/17)) ([9009096](https://github.com/bihealth/reev-frontend-lib/commit/90090964491b6a273f9029725cca5c7e07b894e3)) + ## [0.4.1](https://github.com/bihealth/reev-frontend-lib/compare/v0.4.0...v0.4.1) (2024-01-25) diff --git a/package.json b/package.json index 3c89ea7..474d90d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bihealth/reev-frontend-lib", "private": false, - "version": "0.4.1", + "version": "0.4.2", "repository": { "type": "git", "url": "https://github.com/bihealth/reev-frontend-lib.git"