From 9aaed2ee20d99f3891d504a41459dcfe492b9eb3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 11 Sep 2021 19:17:39 +0000 Subject: [PATCH] chore(release): v1.0.1 ## [1.0.1](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.0...v1.0.1) (2021-09-11) ### Bug Fixes * **nuget:** updating deployment and dependencies ([9b046e9](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/9b046e99d996767f1968ab6ac268c508aaabeffb)) * change config and logging services to be singletons ([25a65d2](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/25a65d230da0f4dcde34b5e17d27b9e867115e8b)) * corrected a spurious reference to the old MfGames.TestSetup ([bb00629](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/bb006290aed6f3143d2ccc8ede8de368cba0a670)) --- CHANGELOG.md | 9 +++++++++ package-lock.json | 8 ++------ package.json | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 537c5e1..c758067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.1](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.0...v1.0.1) (2021-09-11) + + +### Bug Fixes + +* **nuget:** updating deployment and dependencies ([9b046e9](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/9b046e99d996767f1968ab6ac268c508aaabeffb)) +* change config and logging services to be singletons ([25a65d2](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/25a65d230da0f4dcde34b5e17d27b9e867115e8b)) +* corrected a spurious reference to the old MfGames.TestSetup ([bb00629](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/bb006290aed6f3143d2ccc8ede8de368cba0a670)) + # 1.0.0 (2021-09-10) diff --git a/package-lock.json b/package-lock.json index 08aea00..544b473 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mfgames-toolbuilder", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mfgames-toolbuilder", - "version": "1.0.0", + "version": "1.0.1", "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", @@ -2193,7 +2193,6 @@ "minimist": "^1.2.5", "neo-async": "^2.6.0", "source-map": "^0.6.1", - "uglify-js": "^3.1.4", "wordwrap": "^1.0.0" }, "bin": { @@ -2593,7 +2592,6 @@ "dev": true, "license": "MIT", "dependencies": { - "graceful-fs": "^4.1.6", "universalify": "^2.0.0" }, "optionalDependencies": { @@ -3938,7 +3936,6 @@ "inBundle": true, "license": "MIT", "dependencies": { - "colors": "^1.1.2", "object-assign": "^4.1.0", "string-width": "^4.2.0" }, @@ -4979,7 +4976,6 @@ "inBundle": true, "license": "MIT", "dependencies": { - "encoding": "^0.1.12", "minipass": "^3.1.0", "minipass-sized": "^1.0.3", "minizlib": "^2.0.0" diff --git a/package.json b/package.json index 77e2bcf..5975d95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mfgames-toolbuilder", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "prepare": "husky install"