This repository was archived by the owner on Aug 16, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +417
-17
lines changed Expand file tree Collapse file tree 3 files changed +417
-17
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 3.1.0 " ></a >
2
+ # 3.1.0 (2018-05-01)
3
+
4
+ ### Features
5
+
6
+ * Use custom implementation of normalizer if provided ([ 37f6cd8] ( https://github.com/vuejs/vue-component-compiler/commit/37f6cd8 ) )
7
+
8
+
9
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/component-compiler" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " bundler agnostic API for compiling Vue SFC" ,
5
5
"repository" : {
6
6
"type" : " git" ,
22
22
"build" : " tsc" ,
23
23
"prepare" : " yarn build" ,
24
24
"test" : " jest" ,
25
- "pretest" : " yarn build"
25
+ "pretest" : " yarn build" ,
26
+ "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s -r 1" ,
27
+ "version" : " npm run changelog && git add CHANGELOG.md"
26
28
},
27
29
"homepage" : " https://github.com/vuejs/vue-component-compiler#readme" ,
28
30
"devDependencies" : {
31
33
"@types/node" : " ^9.4.7" ,
32
34
"babel-plugin-external-helpers" : " ^6.22.0" ,
33
35
"babel-preset-env" : " ^1.6.1" ,
36
+ "conventional-changelog" : " ^1.1.24" ,
34
37
"jest" : " ^22.4.2" ,
35
38
"node-sass" : " ^4.9.0" ,
36
39
"pug" : " ^2.0.3" ,
You can’t perform that action at this time.
0 commit comments