chore(release): v1.0.2

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

### Bug Fixes

* **nuget:** adding description ([40745c5](40745c524f))
This commit is contained in:
semantic-release-bot 2021-09-10 17:31:21 +00:00
parent 40745c524f
commit 58bef22427
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [1.0.2](https://gitlab.com/mfgames-cil/mfgames-testsetup-cil/compare/v1.0.1...v1.0.2) (2021-09-10)
### Bug Fixes
* **nuget:** adding description ([40745c5](https://gitlab.com/mfgames-cil/mfgames-testsetup-cil/commit/40745c524f062982eeb75854b47ff08191446fa5))
## [1.0.1](https://gitlab.com/mfgames-cil/mfgames-testsetup-cil/compare/v1.0.0...v1.0.1) (2021-09-10)

4
package-lock.json generated
View File

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

View File

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