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

Commit 1252c2f

Browse files
committed
chore: Release v3.3.0
1 parent c505f94 commit 1252c2f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="3.3.0"></a>
2+
# [3.3.0](https://github.com/vuejs/vue-component-compiler/compare/v3.2.0...v3.3.0) (2018-05-07)
3+
4+
5+
### Features
6+
7+
* Change visibilty of compileStyle and compileTemplate methods to public ([#66](https://github.com/vuejs/vue-component-compiler/issues/66)) ([c505f94](https://github.com/vuejs/vue-component-compiler/commit/c505f94))
8+
9+
10+
11+
<a name="3.2.0"></a>
12+
# [3.2.0](https://github.com/vuejs/vue-component-compiler/compare/v3.1.1...v3.2.0) (2018-05-06)
13+
14+
15+
### Features
16+
17+
* Skip style injection when style soure is empty ([#65](https://github.com/vuejs/vue-component-compiler/issues/65)) ([5726a24](https://github.com/vuejs/vue-component-compiler/commit/5726a24))
18+
19+
20+
121
<a name="3.2.0"></a>
222
# [3.2.0](https://github.com/vuejs/vue-component-compiler/compare/v3.1.1...v3.2.0) (2018-05-06)
323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/component-compiler",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "bundler agnostic API for compiling Vue SFC",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)