diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 354e269..600835d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c40bd48..b741ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://github.com/bihealth/reev-frontend-lib/compare/v0.4.2...v0.5.0) (2024-01-26) + + +### Features + +* adding protobuf to typescript generation ([#21](https://github.com/bihealth/reev-frontend-lib/issues/21)) ([26aa8c5](https://github.com/bihealth/reev-frontend-lib/commit/26aa8c51be60cd9e3f1f3be0962546c4b5d7df9d)) +* initial storybook setup ([#19](https://github.com/bihealth/reev-frontend-lib/issues/19)) ([1104401](https://github.com/bihealth/reev-frontend-lib/commit/1104401889d2f1be2537b6e13ec6b352f8e2eb04)) + ## [0.4.2](https://github.com/bihealth/reev-frontend-lib/compare/v0.4.1...v0.4.2) (2024-01-25) diff --git a/package.json b/package.json index c917276..de39aa6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bihealth/reev-frontend-lib", "private": false, - "version": "0.4.2", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/bihealth/reev-frontend-lib.git"