chore(release): v2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.3...v2.0.0) (2021-12-01)

### Bug Fixes

* **semantic-release:** updating inherits ([7cb572b](7cb572bd2e))

### Features

* provide the names via the tool builder ([1f1d0a4](1f1d0a4d9f))

### BREAKING CHANGES

* Changed the API.
This commit is contained in:
semantic-release-bot 2021-12-01 02:34:46 +00:00
parent 7d4f00fcfd
commit 5530ae43c3
3 changed files with 20 additions and 3 deletions

View file

@ -1,3 +1,20 @@
# [2.0.0](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.3...v2.0.0) (2021-12-01)
### Bug Fixes
* **semantic-release:** updating inherits ([7cb572b](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/7cb572bd2e29a31f37ad9c937920abc3cc896d0d))
### Features
* provide the names via the tool builder ([1f1d0a4](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/1f1d0a4d9fa087e03264e25a12e27c6684b45d03))
### BREAKING CHANGES
* Changed the API.
## [1.0.3](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.2...v1.0.3) (2021-11-29)

4
package-lock.json generated
View file

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

View file

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