Skip to content

Commit 65ff62c

Browse files
committed
chore: use conventional-changelog for changelog creation
1 parent 3601be1 commit 65ff62c

File tree

3 files changed

+917
-13
lines changed

3 files changed

+917
-13
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# [8.0.0-alpha.3](https://github.com/vuejs/vue-class-component/compare/v8.0.0-alpha.2...v8.0.0-alpha.3) (2020-04-26)
2+
3+
4+
### Features
5+
6+
* support composition functions in property initializers ([744f6ca](https://github.com/vuejs/vue-class-component/commit/744f6ca0328a02e0a2f5368cf5830ad8922b9e5f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* remove component name inference from class name
12+
13+
14+
15+
# [8.0.0-alpha.2](https://github.com/vuejs/vue-class-component/compare/v8.0.0-alpha.1...v8.0.0-alpha.2) (2020-04-12)
16+
17+
18+
### Features
19+
20+
* make it work with vue-loader ([5bfebad](https://github.com/vuejs/vue-class-component/commit/5bfebad9af02f81a3076b49e8616c1481dc7cce5))
21+
22+
23+
24+
# [8.0.0-alpha.1](https://github.com/vuejs/vue-class-component/compare/v7.2.3...v8.0.0-alpha.1) (2020-04-12)
25+
26+
---
27+
28+
For changes prior to v8, please see [GitHub release note](https://github.com/vuejs/vue-class-component/releases).

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"test:babel": "BABEL_TEST=1 jest",
2626
"docs:dev": "vuepress dev docs",
2727
"docs:build": "vuepress build docs",
28+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
2829
"release": "bash build/release.sh"
2930
},
3031
"repository": {
@@ -57,6 +58,7 @@
5758
"@vue/compiler-sfc": "^3.0.0-beta.4",
5859
"babel-jest": "^25.1.0",
5960
"babel-loader": "^8.0.6",
61+
"conventional-changelog-cli": "^2.0.31",
6062
"css-loader": "^3.4.2",
6163
"jest": "^25.1.0",
6264
"prettier": "^2.0.5",

0 commit comments

Comments
 (0)