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

Commit

Permalink
📦 Version 2.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Jan 10, 2017
1 parent 48fbbe3 commit 2251a3c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

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

## [Version 2.2.15][2.2.15] - 2017-01-10

### Added
- Installation and configuration [docs](http://znck.me/rollup-plugin-vue)

### Fixed
- Write styles to `bundle.css` by default (#49)

## [Version 2.0][2.0.0]

### Added
- Compile *.vue files.

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

10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

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

## [Version 2.2.15][2.2.15] - 2017-01-10

### Added
- Installation and configuration [docs](http://znck.me/rollup-plugin-vue)

### Fixed
- Write styles to `bundle.css` by default (#49)

## [Version 2.0][2.0.0]

### Added
- Compile *.vue files.

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-vue",
"version": "2.2.14",
"version": "2.2.15",
"description": "Roll .vue files",
"main": "dist/rollup-plugin-vue.common.js",
"jsnext": "dist/rollup-plugin-vue.js",
Expand Down

0 comments on commit 2251a3c

Please sign in to comment.