From 7712b4a76f61f0aa86a5da7c22c9bf8be4b559bb Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Sun, 9 Jun 2024 20:23:06 +0200 Subject: [PATCH] chore(main): release 0.7.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 77c0d29..87554f2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b3c983b..2a9d45f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/bihealth/reev-frontend-lib/compare/v0.7.0...v0.7.1) (2024-06-09) + + +### Continuous Integration + +* disable building package release ([#211](https://github.com/bihealth/reev-frontend-lib/issues/211)) ([d0d4496](https://github.com/bihealth/reev-frontend-lib/commit/d0d44964bc23627c0a48276d861dc68463a7fa5a)) + ## [0.7.0](https://github.com/bihealth/reev-frontend-lib/compare/v0.6.1...v0.7.0) (2024-06-09) diff --git a/package.json b/package.json index afc8a1b..d3bb219 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.7.0", + "version": "0.7.1", "repository": { "type": "git", "url": "git+https://github.com/bihealth/reev-frontend-lib.git"