chore(release): v1.0.2

## [1.0.2](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.1...v1.0.2) (2021-09-12)

### Bug Fixes

* switched from default host builder to avoid directory scan on Linux ([e59d489](e59d489a06))
* tweaking the default table layout ([2327417](2327417842))
This commit is contained in:
semantic-release-bot 2021-09-12 06:06:46 +00:00
parent 2327417842
commit 6b03ca4c28
3 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,11 @@
## [1.0.2](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.1...v1.0.2) (2021-09-12)
### Bug Fixes
* switched from default host builder to avoid directory scan on Linux ([e59d489](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/e59d489a0640f59df2d4957e23ce9bf7df0df0f9))
* tweaking the default table layout ([2327417](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/commit/23274178428f7cf01e2ea099748f5028f529fdb9))
## [1.0.1](https://gitlab.com/mfgames-cil/mfgames-toolbuilder-cil/compare/v1.0.0...v1.0.1) (2021-09-11)

4
package-lock.json generated
View file

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

View file

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