Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 28a8ebe

Browse files
authored
chore: release version 3.1.0 (#63)
* Version 3.1.0 * chore: add conventional-changelog
1 parent 18cb7c1 commit 28a8ebe

File tree

3 files changed

+417
-17
lines changed

3 files changed

+417
-17
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/component-compiler",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "bundler agnostic API for compiling Vue SFC",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,9 @@
2222
"build": "tsc",
2323
"prepare": "yarn build",
2424
"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"
2628
},
2729
"homepage": "https://github.com/vuejs/vue-component-compiler#readme",
2830
"devDependencies": {
@@ -31,6 +33,7 @@
3133
"@types/node": "^9.4.7",
3234
"babel-plugin-external-helpers": "^6.22.0",
3335
"babel-preset-env": "^1.6.1",
36+
"conventional-changelog": "^1.1.24",
3437
"jest": "^22.4.2",
3538
"node-sass": "^4.9.0",
3639
"pug": "^2.0.3",

0 commit comments

Comments
 (0)