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

Commit 9aeee7f

Browse files
committed
chore(release): 4.4.0
1 parent 3aa9fe7 commit 9aeee7f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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="4.4.0"></a>
6+
# 4.4.0 (2019-01-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **README:** logo URL ([#246](https://github.com/vuejs/rollup-plugin-vue/issues/246)) ([27bc6f8](https://github.com/vuejs/rollup-plugin-vue/commit/27bc6f8))
12+
* Copy SFCDescriptor before further passing it to processors ([#243](https://github.com/vuejs/rollup-plugin-vue/issues/243)) ([3c1113b](https://github.com/vuejs/rollup-plugin-vue/commit/3c1113b))
13+
* Throw style compilation errors ([#235](https://github.com/vuejs/rollup-plugin-vue/issues/235)) ([5d8aa49](https://github.com/vuejs/rollup-plugin-vue/commit/5d8aa49))
14+
15+
16+
517
<a name="4.4.0-alpha.0"></a>
618
# [4.4.0-alpha.0](https://github.com/vuejs/rollup-plugin-vue/compare/v4.3.2...v4.4.0-alpha.0) (2018-08-29)
719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-vue",
3-
"version": "4.4.0-alpha.0",
3+
"version": "4.4.0",
44
"description": "Roll .vue files",
55
"author": "Rahul Kadyan <[email protected]>",
66
"bugs": {

0 commit comments

Comments
 (0)