chore(release): v1.0.1

## [1.0.1](https://gitlab.com/mfgames-cil/mfgames-testsetup-cil/compare/v1.0.0...v1.0.1) (2021-09-10)

### Bug Fixes

* correcting NuGet packaging ([87cf2f9](87cf2f91c4))
This commit is contained in:
semantic-release-bot 2021-09-10 17:27:26 +00:00
parent 87cf2f91c4
commit 310ea334be
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [1.0.1](https://gitlab.com/mfgames-cil/mfgames-testsetup-cil/compare/v1.0.0...v1.0.1) (2021-09-10)
### Bug Fixes
* correcting NuGet packaging ([87cf2f9](https://gitlab.com/mfgames-cil/mfgames-testsetup-cil/commit/87cf2f91c4ab2a499f1d1ddcfd5590fe66e3f9ae))
# 1.0.0 (2021-09-10)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "mfgames-testsetup",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mfgames-testsetup",
"version": "1.0.0",
"version": "1.0.1",
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",

View File

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