From a150a22022df15a9b651467b296dc4598e161fcc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Nov 2021 07:00:25 +0000 Subject: [PATCH] chore(release): v1.0.3 ## [1.0.3](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.2...v1.0.3) (2021-11-29) ### Bug Fixes * switch from RootCommand to Command to handle stripped executables ([e5e8777](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/e5e87770f9cab293befb40a21bfef6d52022224b)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 578cede..ca48e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.2...v1.0.3) (2021-11-29) + + +### Bug Fixes + +* switch from RootCommand to Command to handle stripped executables ([e5e8777](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/e5e87770f9cab293befb40a21bfef6d52022224b)) + ## [1.0.2](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.1...v1.0.2) (2021-09-12) diff --git a/package-lock.json b/package-lock.json index 5830a5a..a2408f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mfgames-toolbuilder", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mfgames-toolbuilder", - "version": "1.0.2", + "version": "1.0.3", "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", diff --git a/package.json b/package.json index 7a479b9..3dd9e56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mfgames-toolbuilder", - "version": "1.0.2", + "version": "1.0.3", "private": true, "scripts": { "prepare": "husky install"