chore(release): v2.0.1 [skip ci]
## [2.0.1](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v2.0.0...v2.0.1) (2022-01-02) ### Bug Fixes * update dependencies ([52797f1
](52797f136a
))
This commit is contained in:
parent
52797f136a
commit
80976256fb
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
## [2.0.1](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v2.0.0...v2.0.1) (2022-01-02)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update dependencies ([52797f1](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/52797f136a038cd8f443b29a1e5c8e83f8f3514b))
|
||||
|
||||
# [2.0.0](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.3...v2.0.0) (2021-12-01)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mfgames-toolbuilder",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mfgames-toolbuilder",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^15.0.0",
|
||||
"@commitlint/config-conventional": "^15.0.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mfgames-toolbuilder",
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"prepare": "husky install",
|
||||
|
|
Reference in a new issue