From 04f7dbf006afa8d88b5d268785d81e752c3022a1 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 2 Aug 2024 15:54:25 +0200 Subject: [PATCH] chore(main): release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 87554f2..d6a5f76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9d45f..f4f353f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.8.0](https://github.com/bihealth/reev-frontend-lib/compare/v0.7.1...v0.8.0) (2024-08-02) + + +### Features + +* display hemizgote counts for x chromosome ([#236](https://github.com/bihealth/reev-frontend-lib/issues/236)) ([#237](https://github.com/bihealth/reev-frontend-lib/issues/237)) ([d070c1d](https://github.com/bihealth/reev-frontend-lib/commit/d070c1df55d9dce33d7ae7608ddb96b0a871d5d2)) +* enable ignore case parameter for querying omim by name ([#229](https://github.com/bihealth/reev-frontend-lib/issues/229)) ([736c8f9](https://github.com/bihealth/reev-frontend-lib/commit/736c8f9fab0a51a8e20340e12b556c298c5615bf)) + + +### Bug Fixes + +* variant validator URL needs trailing slash "/" ([#226](https://github.com/bihealth/reev-frontend-lib/issues/226)) ([6475981](https://github.com/bihealth/reev-frontend-lib/commit/6475981dd6fbe95e74b5ccbb220b81572cef9a8c)) +* variantvalidator query doesnt work ([#234](https://github.com/bihealth/reev-frontend-lib/issues/234)) ([#235](https://github.com/bihealth/reev-frontend-lib/issues/235)) ([9e27292](https://github.com/bihealth/reev-frontend-lib/commit/9e27292528433a11bfc0dd4653429bdddca28c6e)) +* viguno hpo search response for not found ([#230](https://github.com/bihealth/reev-frontend-lib/issues/230)) ([2b47962](https://github.com/bihealth/reev-frontend-lib/commit/2b47962dc152d9d0b3121213cf2719d862bae3f0)) + ## [0.7.1](https://github.com/bihealth/reev-frontend-lib/compare/v0.7.0...v0.7.1) (2024-06-09) diff --git a/package.json b/package.json index 40d0f26..fbfd054 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "version": "0.7.1", + "version": "0.8.0", "repository": { "type": "git", "url": "git+https://github.com/bihealth/reev-frontend-lib.git"