From 8d23723467613ee9a1567889b97ef12a25e1c2cd Mon Sep 17 00:00:00 2001 From: mboudet Date: Fri, 5 Apr 2024 15:26:44 +0200 Subject: [PATCH] Fix release --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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",