diff --git a/CHANGELOG.md b/CHANGELOG.md index 13272715..9ee3528b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) +## [0.4.15] 2024-04-05 + +### Fixed + +- Fix incorrect release + ## [0.4.14] 2024-04-04 ### Fixed diff --git a/package-lock.json b/package-lock.json index 4bd7a7cd..8b4b6d3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "genoboo", - "version": "0.4.13", + "version": "0.4.15", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 9052ce86..0455a7ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genoboo", - "version": "0.4.13", + "version": "0.4.15", "repository": "https://github.com/gogepp/genoboo", "description": "A portable website for browsing and querying genome sequences and annotations. Forked from genenotebook", "license": "AGPL-3.0",