From 31f71b1bf642caa88e3e9378b6e239b515986262 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Wed, 31 Jan 2024 17:33:36 +0100 Subject: [PATCH] chore(main): release 0.4.5 (#63) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 171b109..49af909 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.4" + ".": "0.4.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b385e58..a623f0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.5](https://github.com/bihealth/reev-frontend-lib/compare/v0.4.4...v0.4.5) (2024-01-31) + + +### ⚠ BREAKING CHANGES + +* more comprehensive usage of types ([#65](https://github.com/bihealth/reev-frontend-lib/issues/65)) + +### Bug Fixes + +* more comprehensive usage of types ([#64](https://github.com/bihealth/reev-frontend-lib/issues/64)) ([c1c2ff3](https://github.com/bihealth/reev-frontend-lib/commit/c1c2ff38b861f65d88e4af5766879309cba41407)) +* more comprehensive usage of types ([#65](https://github.com/bihealth/reev-frontend-lib/issues/65)) ([74758a2](https://github.com/bihealth/reev-frontend-lib/commit/74758a25d546e235e41c647beb20d3d7979d5ad7)) +* no more @/includes in case of using as linked src ([#62](https://github.com/bihealth/reev-frontend-lib/issues/62)) ([649b423](https://github.com/bihealth/reev-frontend-lib/commit/649b423847dd30c326237f9660115d9d7e38887d)) + ## [0.4.4](https://github.com/bihealth/reev-frontend-lib/compare/v0.4.3...v0.4.4) (2024-01-31) diff --git a/package.json b/package.json index cc454d1..aa783f2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.4.4", + "version": "0.4.5", "repository": { "type": "git", "url": "git+https://github.com/bihealth/reev-frontend-lib.git"