chore(release): v1.0.3

## [1.0.3](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.0.2...v1.0.3) (2021-09-11)

### Bug Fixes

* **semantic-release-nuget:** correcting package version race condition ([f3966a7](f3966a7378))
This commit is contained in:
semantic-release-bot 2021-09-11 06:34:49 +00:00
parent f3966a7378
commit 0df3271e4d
3 changed files with 10 additions and 7 deletions

View file

@ -1,3 +1,10 @@
## [1.0.3](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.0.2...v1.0.3) (2021-09-11)
### Bug Fixes
* **semantic-release-nuget:** correcting package version race condition ([f3966a7](https://gitlab.com/mfgames-cil/mfgames-io-cil/commit/f3966a73781ee1d92a179ca80760515dbbc4bc86))
## [1.0.2](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.0.1...v1.0.2) (2021-09-11)

8
package-lock.json generated
View file

@ -1,11 +1,11 @@
{
"name": "mfgames-io-cil",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.0.2",
"version": "1.0.3",
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
@ -2192,7 +2192,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": {
@ -2592,7 +2591,6 @@
"dev": true,
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.1.6",
"universalify": "^2.0.0"
},
"optionalDependencies": {
@ -3937,7 +3935,6 @@
"inBundle": true,
"license": "MIT",
"dependencies": {
"colors": "^1.1.2",
"object-assign": "^4.1.0",
"string-width": "^4.2.0"
},
@ -4978,7 +4975,6 @@
"inBundle": true,
"license": "MIT",
"dependencies": {
"encoding": "^0.1.12",
"minipass": "^3.1.0",
"minipass-sized": "^1.0.3",
"minizlib": "^2.0.0"

View file

@ -1,6 +1,6 @@
{
"name": "mfgames-io-cil",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"prepare": "husky install"