Skip to content

Commit

Permalink
chore(main): release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
varfish-bot committed Feb 19, 2024
1 parent 78df75e commit 87517d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.6.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.1](https://github.com/bihealth/reev/compare/v0.6.0...v0.6.1) (2024-02-19)


### Bug Fixes

* CaseInfo loading/saving/updating functionality ([#501](https://github.com/bihealth/reev/issues/501)) ([#507](https://github.com/bihealth/reev/issues/507)) ([ad264c2](https://github.com/bihealth/reev/commit/ad264c224a6d6f083a36f5d85708c46e0b45c33e))
* return 404 error from witntervar edpoint ([#503](https://github.com/bihealth/reev/issues/503)) ([#504](https://github.com/bihealth/reev/issues/504)) ([b7d34af](https://github.com/bihealth/reev/commit/b7d34af0436e8e073dc605e586231fdce1953196))

## [0.6.0](https://github.com/bihealth/reev/compare/v0.5.0...v0.6.0) (2024-02-08)


Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reev-frontend",
"version": "0.6.0",
"version": "0.6.1",
"private": true,
"scripts": {
"dev": "vite --port 8081",
Expand Down

0 comments on commit 87517d0

Please sign in to comment.