Skip to content

Commit fd6f9eb

Browse files
committed
chore(release): 1.0.0
1 parent fbba6fa commit fd6f9eb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,19 @@
22

33
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.
44

5+
<a name="1.0.0"></a>
6+
## 1.0.0 (2019-01-17)
7+
8+
* feat: Add CJS module ([fbba6fa](https://github.com/znck/vue-runtime-helpers/commit/fbba6fa))
9+
* feat: Publish ES6 module ([4b1caaa](https://github.com/znck/vue-runtime-helpers/commit/4b1caaa))
10+
* test: Runtime helper functions ([dd2135f](https://github.com/znck/vue-runtime-helpers/commit/dd2135f))
11+
12+
13+
### BREAKING CHANGE
14+
15+
* `normalize-component.js` moved to
16+
`dist/normalize-component.js`
17+
18+
519
<a name="0.1.2"></a>
620
## [0.1.2](https://github.com/znck/vue-runtime-helpers/compare/v0.1.1...v0.1.2) (2018-05-13)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-runtime-helpers",
3-
"version": "0.1.2",
3+
"version": "1.0.0",
44
"description": "Runtime helpers for Vue SFC.",
55
"repository": "https://github.com/znck/vue-runtime-helpers",
66
"author": "Rahul Kadyan",

0 commit comments

Comments
 (0)