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

Commit 5fa9682

Browse files
committed
chore(release): 5.1.7
1 parent a85e6d9 commit 5fa9682

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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="5.1.7"></a>
6+
## [5.1.7](https://github.com/vuejs/rollup-plugin-vue/compare/v5.1.6...v5.1.7) (2020-05-11)
7+
8+
9+
### Bug Fixes
10+
11+
* bump component-compiler to allow tree-shaking ([a85e6d9](https://github.com/vuejs/rollup-plugin-vue/commit/a85e6d9))
12+
* provide scopeId to template compiler when the component has scoped styles ([#337](https://github.com/vuejs/rollup-plugin-vue/issues/337)) ([1fec2c5](https://github.com/vuejs/rollup-plugin-vue/commit/1fec2c5))
13+
* some wording ([#339](https://github.com/vuejs/rollup-plugin-vue/issues/339)) ([6a94a53](https://github.com/vuejs/rollup-plugin-vue/commit/6a94a53))
14+
15+
16+
517
<a name="5.1.6"></a>
618
## [5.1.6](https://github.com/vuejs/rollup-plugin-vue/compare/v5.1.5...v5.1.6) (2020-01-22)
719

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-vue",
3-
"version": "5.1.6",
3+
"version": "5.1.7",
44
"description": "Roll .vue files",
55
"author": "Rahul Kadyan <[email protected]>",
66
"bugs": {

0 commit comments

Comments
 (0)