859440b0 by McLemore

Merge branch 'release/commitlint'

2 parents 9521a0d7 981dc284
......@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.2.1](https://gitlab.zb100.com/templates/mui-template/compare/v1.2.0...v1.2.1) (2019-12-17)
### Bug Fixes
* should add commit-msg hook by cli ([801cc42](https://gitlab.zb100.com/templates/mui-template/commit/801cc42fbcdd76e7ea0f0c92205ba12edf618fd9))
## [1.2.0](https://gitlab.zb100.com/templates/mui-template/compare/v1.1.0...v1.2.0) (2019-12-17)
......
......@@ -43,8 +43,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
"pre-commit": "npm run lint-staged"
}
},
"publishConfig": {
......
{
"name": "@zb100/mui-template",
"version": "1.2.0",
"version": "1.2.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "@zb100/mui-template",
"version": "1.2.0",
"version": "1.2.1",
"description": "小程序组件模版",
"main": "index.js",
"scripts": {
......