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

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

### Bug Fixes

* protect against non-existent directories while finding ([2b562e8](2b562e8c34))

### Features

* added assembly.GetDirectory() ([53aacbf](53aacbf862))
This commit is contained in:
semantic-release-bot 2021-12-07 04:36:00 +00:00
parent 2b562e8c34
commit b95c6b4bf5
3 changed files with 15 additions and 3 deletions

View file

@ -1,3 +1,15 @@
# [1.2.0](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.1.0...v1.2.0) (2021-12-07)
### Bug Fixes
* protect against non-existent directories while finding ([2b562e8](https://gitlab.com/mfgames-cil/mfgames-io-cil/commit/2b562e8c34a9de41cf6aceaf4d162ef978e6b6ef))
### Features
* added assembly.GetDirectory() ([53aacbf](https://gitlab.com/mfgames-cil/mfgames-io-cil/commit/53aacbf862696f0057371883d936575928896323))
# [1.1.0](https://gitlab.com/mfgames-cil/mfgames-io-cil/compare/v1.0.5...v1.1.0) (2021-12-07)

4
package-lock.json generated
View file

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

View file

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