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

## [1.2.1](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.2.0...v1.2.1) (2021-12-07)

### Bug Fixes

* handle directory.Exists caching ([233656a](233656abb9))
This commit is contained in:
semantic-release-bot 2021-12-07 05:07:25 +00:00
parent 233656abb9
commit 2800cd039a
3 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
## [1.2.1](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.2.0...v1.2.1) (2021-12-07)
### Bug Fixes
* handle directory.Exists caching ([233656a](https://gitlab.com/mfgames-cil/mfgames-io-cil/commit/233656abb9417819ea7044067dd194831ae10340))
# [1.2.0](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.1.0...v1.2.0) (2021-12-07) # [1.2.0](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.1.0...v1.2.0) (2021-12-07)

4
package-lock.json generated
View file

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

View file

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