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

Commit ebc1aac

Browse files
committed
chore: Release v3.3.1
1 parent 05c5210 commit ebc1aac

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.1"></a>
2+
## [3.3.1](https://github.com/vuejs/vue-component-compiler/compare/v3.3.0...v3.3.1) (2018-05-09)
3+
4+
5+
### Bug Fixes
6+
7+
* Inject CSS module tokens even when css is not present ([#67](https://github.com/vuejs/vue-component-compiler/issues/67)) ([05c5210](https://github.com/vuejs/vue-component-compiler/commit/05c5210))
8+
9+
10+
11+
<a name="3.3.0"></a>
12+
# [3.3.0](https://github.com/vuejs/vue-component-compiler/compare/v3.2.0...v3.3.0) (2018-05-07)
13+
14+
15+
### Features
16+
17+
* 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))
18+
19+
20+
121
<a name="3.3.0"></a>
222
# [3.3.0](https://github.com/vuejs/vue-component-compiler/compare/v3.2.0...v3.3.0) (2018-05-07)
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.3.0",
3+
"version": "3.3.1",
44
"description": "bundler agnostic API for compiling Vue SFC",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)