From bd0055b03d40b4b40f59317f1a9802c41412e877 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Dec 2020 10:15:50 +0000 Subject: [PATCH] chore(release): 1.0.23 [skip ci] ## [1.0.23](https://github.com/dword-design/make-cli/compare/v1.0.22...v1.0.23) (2020-12-02) ### Bug Fixes * **config:** Update changed files ([64444ad](https://github.com/dword-design/make-cli/commit/64444adf3c15db3abfc52c49ab2f359dc67c5c4f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a02abe4..84e8bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.23](https://github.com/dword-design/make-cli/compare/v1.0.22...v1.0.23) (2020-12-02) + + +### Bug Fixes + +* **config:** Update changed files ([64444ad](https://github.com/dword-design/make-cli/commit/64444adf3c15db3abfc52c49ab2f359dc67c5c4f)) + ## [1.0.22](https://github.com/dword-design/make-cli/compare/v1.0.21...v1.0.22) (2020-08-23) diff --git a/package.json b/package.json index 7231ce3..cbf0e9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "make-cli", - "version": "1.0.22", + "version": "1.0.23", "description": "Build command line tools declaratively with a configuration object and a single function call. Based on Commander.js", "keywords": [ "argument",