Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0](v0.4.0...v0.5.0) (2021-11-18)

### Features

* adding app ctx to support state ([#22](#22)) ([91febad](91febad))
  • Loading branch information
semantic-release-bot committed Nov 18, 2021
1 parent 91febad commit fb69148
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.5.0](https://github.com/LucasCarioca/gocli/compare/v0.4.0...v0.5.0) (2021-11-18)


### Features

* adding app ctx to support state ([#22](https://github.com/LucasCarioca/gocli/issues/22)) ([91febad](https://github.com/LucasCarioca/gocli/commit/91febadcb3e0edb7964c7b3efc61361affc11b37))

# [0.4.0](https://github.com/LucasCarioca/gocli/compare/v0.3.1...v0.4.0) (2021-11-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gocli",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"scripts": {
"release": "semantic-release"
Expand Down

0 comments on commit fb69148

Please sign in to comment.