From 7158c7d7243109668ea1b08ec7d586f0f6098a47 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:51:42 +0100 Subject: [PATCH] chore(main): release 0.6.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 b5b966f..f4a3a7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.6.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 614d1d9..6c8e641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.1](https://github.com/bihealth/reev-frontend-lib/compare/v0.6.0...v0.6.1) (2024-02-09) + + +### Bug Fixes + +* proper display of SpliceAI scores ([#104](https://github.com/bihealth/reev-frontend-lib/issues/104)) ([#117](https://github.com/bihealth/reev-frontend-lib/issues/117)) ([1507600](https://github.com/bihealth/reev-frontend-lib/commit/150760091fa578fd061282daa2585c031f97e639)) + ## [0.6.0](https://github.com/bihealth/reev-frontend-lib/compare/v0.5.0...v0.6.0) (2024-02-08) diff --git a/package.json b/package.json index 1763d1f..46d7441 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.6.0", + "version": "0.6.1", "repository": { "type": "git", "url": "git+https://github.com/bihealth/reev-frontend-lib.git"