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](9b046e99d9))
* change config and logging services to be singletons ([25a65d2](25a65d230d))
* corrected a spurious reference to the old MfGames.TestSetup ([bb00629](bb006290ae))
This commit is contained in:
semantic-release-bot 2021-09-11 19:17:39 +00:00
parent 9b046e99d9
commit 9aaed2ee20
3 changed files with 12 additions and 7 deletions

View file

@ -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) # 1.0.0 (2021-09-10)

8
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "mfgames-toolbuilder", "name": "mfgames-toolbuilder",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mfgames-toolbuilder", "name": "mfgames-toolbuilder",
"version": "1.0.0", "version": "1.0.1",
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^13.1.0", "@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0", "@commitlint/config-conventional": "^13.1.0",
@ -2193,7 +2193,6 @@
"minimist": "^1.2.5", "minimist": "^1.2.5",
"neo-async": "^2.6.0", "neo-async": "^2.6.0",
"source-map": "^0.6.1", "source-map": "^0.6.1",
"uglify-js": "^3.1.4",
"wordwrap": "^1.0.0" "wordwrap": "^1.0.0"
}, },
"bin": { "bin": {
@ -2593,7 +2592,6 @@
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"graceful-fs": "^4.1.6",
"universalify": "^2.0.0" "universalify": "^2.0.0"
}, },
"optionalDependencies": { "optionalDependencies": {
@ -3938,7 +3936,6 @@
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"colors": "^1.1.2",
"object-assign": "^4.1.0", "object-assign": "^4.1.0",
"string-width": "^4.2.0" "string-width": "^4.2.0"
}, },
@ -4979,7 +4976,6 @@
"inBundle": true, "inBundle": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"encoding": "^0.1.12",
"minipass": "^3.1.0", "minipass": "^3.1.0",
"minipass-sized": "^1.0.3", "minipass-sized": "^1.0.3",
"minizlib": "^2.0.0" "minizlib": "^2.0.0"

View file

@ -1,6 +1,6 @@
{ {
"name": "mfgames-toolbuilder", "name": "mfgames-toolbuilder",
"version": "1.0.0", "version": "1.0.1",
"private": true, "private": true,
"scripts": { "scripts": {
"prepare": "husky install" "prepare": "husky install"