From 266b97741245e1b6cd4beb7f9ef2126c99a21516 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 11 Mar 2021 15:52:29 +0000 Subject: [PATCH] chore: 1.0.28 [skip ci] ## [1.0.28](https://github.com/dword-design/make-cli/compare/v1.0.27...v1.0.28) (2021-03-11) ### Bug Fixes * update changed files ([b8ffcc3](https://github.com/dword-design/make-cli/commit/b8ffcc30fcbffca503ef69a4e2c07597c0dd1021)) * update description ([d7a5ab4](https://github.com/dword-design/make-cli/commit/d7a5ab452a9a575bbfda8dc3e57078d336d78f28)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d548d4..b84ddb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.28](https://github.com/dword-design/make-cli/compare/v1.0.27...v1.0.28) (2021-03-11) + + +### Bug Fixes + +* update changed files ([b8ffcc3](https://github.com/dword-design/make-cli/commit/b8ffcc30fcbffca503ef69a4e2c07597c0dd1021)) +* update description ([d7a5ab4](https://github.com/dword-design/make-cli/commit/d7a5ab452a9a575bbfda8dc3e57078d336d78f28)) + ## [1.0.27](https://github.com/dword-design/make-cli/compare/v1.0.26...v1.0.27) (2021-02-17) diff --git a/package.json b/package.json index 20f798c..66e829e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "make-cli", - "version": "1.0.27", + "version": "1.0.28", "description": "Build command line tools declaratively with a configuration object and a single function call. Based on Commander.js.", "keywords": [ "argument",