From c2c855c7d57ad3ee06d06eed49296b120abf4e8b Mon Sep 17 00:00:00 2001 From: Chase Clark <18691127+chasemc@users.noreply.github.com> Date: Thu, 22 Jun 2023 13:06:48 -0500 Subject: [PATCH] chore(main): release 0.1.5 (#50) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ nextflow.config | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c09319e..c209e8b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 12ac4d1..1ba8a14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/socialgene/sgnf/compare/v0.1.4...v0.1.5) (2023-06-22) + + +### Bug Fixes + +* antismash and numeric types ([#49](https://github.com/socialgene/sgnf/issues/49)) ([744d955](https://github.com/socialgene/sgnf/commit/744d9553cedb38a9ca0b695c9f38c112a63453aa)) + ## [0.1.4](https://github.com/socialgene/sgnf/compare/v0.1.3...v0.1.4) (2023-06-22) diff --git a/nextflow.config b/nextflow.config index d881ee5..23ee2f8 100644 --- a/nextflow.config +++ b/nextflow.config @@ -15,7 +15,7 @@ manifest { mainScript = 'main.nf' defaultBranch = 'main' nextflowVersion = '!>=22.10.1' - version = '0.1.4' // x-release-please-version + version = '0.1.5' // x-release-please-version doi = '' }