chore(release): v1.2.3 [skip ci]

## [1.2.3](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.2.2...v1.2.3) (2021-12-07)

### Bug Fixes

* fixed the Git root searching plus added tests ([37f5e3f](37f5e3f4cb))
This commit is contained in:
semantic-release-bot 2021-12-07 05:53:58 +00:00
parent c9d2de2b3c
commit 4fdefa8d44
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
## [1.2.3](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.2.2...v1.2.3) (2021-12-07)
### Bug Fixes
* fixed the Git root searching plus added tests ([37f5e3f](https://gitlab.com/mfgames-cil/mfgames-io-cil/commit/37f5e3f4cbb8a6ed1afecdc6c0514b8fd0d914ea))
## [1.2.2](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.2.1...v1.2.2) (2021-12-07)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mfgames-io-cil",
"version": "1.2.2",
"version": "1.2.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mfgames-io-cil",
"version": "1.2.2",
"version": "1.2.3",
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",

View file

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