Skip to content

Commit e7c1e1a

Browse files
committed
chore: changelog
1 parent 58895c0 commit e7c1e1a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="2.0.0"></a>
2+
# [2.0.0](https://github.com/vuejs/component-compiler-utils/compare/v1.3.1...v2.0.0) (2018-06-03)
3+
4+
5+
### Features
6+
7+
* Add async style compilation support ([#13](https://github.com/vuejs/component-compiler-utils/issues/13)) ([54464d6](https://github.com/vuejs/component-compiler-utils/commit/54464d6))
8+
* allow/require compiler to be passed in for `parse` ([caa1538](https://github.com/vuejs/component-compiler-utils/commit/caa1538))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* vue template compiler must now be passed to `parse`
14+
via options.
15+
16+
17+
118
<a name="1.3.1"></a>
219
## [1.3.1](https://github.com/vuejs/component-compiler-utils/compare/v1.3.0...v1.3.1) (2018-05-28)
320

0 commit comments

Comments
 (0)