diff --git a/CHANGELOG.md b/CHANGELOG.md index 203a787..58bb28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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. + +# [5.0.0](https://github.com/vuejs/rollup-plugin-vue/compare/v4.7.2...v5.0.0) (2019-04-11) + + +### Chores + +* Upgrade [@vue](https://github.com/vue)/component-compiler & [@vue](https://github.com/vue)/component-compiler-utils ([e215fe7](https://github.com/vuejs/rollup-plugin-vue/commit/e215fe7)) + + +### BREAKING CHANGES + +* `@vue/component-compiler-utils@3.0.0` uses `sass` instead of `node-sass` + + + ## [4.7.2](https://github.com/vuejs/rollup-plugin-vue/compare/v4.7.1...v4.7.2) (2019-02-20) diff --git a/package.json b/package.json index be0b56a..2c5fe88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-vue", - "version": "4.7.2", + "version": "5.0.0", "description": "Roll .vue files", "author": "Rahul Kadyan ", "bugs": {