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

Commit 2251a3c

Browse files
committed
📦 Version 2.2.15
1 parent 48fbbe3 commit 2251a3c

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.github/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
All Notable changes to `rollup-plugin-vue` will be documented in this file.
44

5+
## [Version 2.2.15][2.2.15] - 2017-01-10
6+
7+
### Added
8+
- Installation and configuration [docs](http://znck.me/rollup-plugin-vue)
9+
10+
### Fixed
11+
- Write styles to `bundle.css` by default (#49)
12+
513
## [Version 2.0][2.0.0]
614

715
### Added
816
- Compile *.vue files.
917

1018
[2.0.0]: https://github.com/znck/rollup-plugin-vue/compare/v1.0.3...v2.0.0
19+
[2.2.15]: https://github.com/znck/rollup-plugin-vue/compare/v2.2.14...v2.2.15
20+

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
All Notable changes to `rollup-plugin-vue` will be documented in this file.
44

5+
## [Version 2.2.15][2.2.15] - 2017-01-10
6+
7+
### Added
8+
- Installation and configuration [docs](http://znck.me/rollup-plugin-vue)
9+
10+
### Fixed
11+
- Write styles to `bundle.css` by default (#49)
12+
513
## [Version 2.0][2.0.0]
614

715
### Added
816
- Compile *.vue files.
917

1018
[2.0.0]: https://github.com/znck/rollup-plugin-vue/compare/v1.0.3...v2.0.0
19+
[2.2.15]: https://github.com/znck/rollup-plugin-vue/compare/v2.2.14...v2.2.15
20+

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": "2.2.14",
3+
"version": "2.2.15",
44
"description": "Roll .vue files",
55
"main": "dist/rollup-plugin-vue.common.js",
66
"jsnext": "dist/rollup-plugin-vue.js",

0 commit comments

Comments
 (0)