From fb691487d7e4f6daa0e80161865ee9d552092420 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Nov 2021 23:42:43 +0000 Subject: [PATCH] chore(release): 0.5.0 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 820309f..8cbd406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1af3c0f..d6380b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gocli", - "version": "0.4.0", + "version": "0.5.0", "private": true, "scripts": { "release": "semantic-release"