chore(release): v1.0.3

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

### Bug Fixes

* test output should go to the Xunit output ([d7902d2](d7902d215a))
This commit is contained in:
semantic-release-bot 2021-09-10 18:00:00 +00:00
parent d7902d215a
commit 246c5cda59
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
## [1.0.3](https://gitlab.com/mfgames-cil/mfgames-testsetup-cil/compare/v1.0.2...v1.0.3) (2021-09-10)
### Bug Fixes
* test output should go to the Xunit output ([d7902d2](https://gitlab.com/mfgames-cil/mfgames-testsetup-cil/commit/d7902d215aba596a42b7c2e11e3483bb4067e674))
## [1.0.2](https://gitlab.com/mfgames-cil/mfgames-testsetup-cil/compare/v1.0.1...v1.0.2) (2021-09-10) ## [1.0.2](https://gitlab.com/mfgames-cil/mfgames-testsetup-cil/compare/v1.0.1...v1.0.2) (2021-09-10)

4
package-lock.json generated
View file

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

View file

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