Skip to content

Commit 6c7cb28

Browse files
committed
docs(changelog): update changelog
1 parent 2296748 commit 6c7cb28

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.commitlintrc.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/**
2+
* @reference https://commitlint.js.org/#/
3+
*/
4+
module.exports = {
5+
extends: ['@commitlint/config-conventional']
6+
}

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.1.21](https://github.com/ibwei/vue3-base/compare/v0.1.20...v0.1.21) (2021-04-07)
2+
3+
4+
### Features
5+
6+
* **commitlint:** add commitlint ([2296748](https://github.com/ibwei/vue3-base/commit/22967485380f76e25f9821055d83efe2b6c3db92))
7+
8+
9+
110
## [0.1.20](https://github.com/ibwei/vue3-base/compare/v0.1.17...v0.1.20) (2021-03-15)
211

312

0 commit comments

Comments
 (0)