Skip to content

Commit

Permalink
chore(main): release 0.1.6 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
chasemc authored Jul 2, 2023
1 parent 1610368 commit f240686
Show file tree
Hide file tree
Showing 3 changed files with 9 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.1.5"
".": "0.1.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.6](https://github.com/socialgene/sgnf/compare/v0.1.5...v0.1.6) (2023-07-02)


### Bug Fixes

* ([#54](https://github.com/socialgene/sgnf/issues/54)) ([1610368](https://github.com/socialgene/sgnf/commit/1610368414004983d6cdfa1942fb1cf97b2613e9))

## [0.1.5](https://github.com/socialgene/sgnf/compare/v0.1.4...v0.1.5) (2023-06-22)


Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ manifest {
mainScript = 'main.nf'
defaultBranch = 'main'
nextflowVersion = '!>=22.10.1'
version = '0.1.5' // x-release-please-version
version = '0.1.6' // x-release-please-version
doi = ''
}

Expand Down

0 comments on commit f240686

Please sign in to comment.