From d266d78fc9f07d2036da506c77a0d4f989809809 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 26 Jan 2024 10:16:41 +0100 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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..d288a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # 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)) +* DocsLink as first component in Storybook ([#22](https://github.com/bihealth/reev-frontend-lib/issues/22)) ([9e93ee1](https://github.com/bihealth/reev-frontend-lib/commit/9e93ee1aca165559e5a8573df08c69a27d824d05)) +* 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 6fcbe1b..ff3687e 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"