From 02f88f1f9a8a71787db83720d38548b02cfb7770 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Jul 2023 03:39:17 +0000 Subject: [PATCH] chore: 3.0.5 [skip ci] ## [3.0.5](https://github.com/dword-design/make-cli/compare/v3.0.4...v3.0.5) (2023-07-27) ### Bug Fixes * update dependency execa to v7.2.0 ([4b5f803](https://github.com/dword-design/make-cli/commit/4b5f80359df24cac647b5e5cf0e5f5c32cbf9f05)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ae032..290c388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.5](https://github.com/dword-design/make-cli/compare/v3.0.4...v3.0.5) (2023-07-27) + + +### Bug Fixes + +* update dependency execa to v7.2.0 ([4b5f803](https://github.com/dword-design/make-cli/commit/4b5f80359df24cac647b5e5cf0e5f5c32cbf9f05)) + ## [3.0.4](https://github.com/dword-design/make-cli/compare/v3.0.3...v3.0.4) (2023-04-09) diff --git a/package.json b/package.json index 191971c..750799a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "make-cli", - "version": "3.0.4", + "version": "3.0.5", "description": "Super easy declarative CLI framework with a single configuration object and a single function call.", "keywords": [ "argument-parser",