diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d64c8c..0f2e71f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1.0](https://github.com/vuejs/rollup-plugin-vue/compare/v5.0.1...v5.1.0) (2019-10-26) + + +### Features + +* Add support for shadow DOM style injection ([9a0e7cf](https://github.com/vuejs/rollup-plugin-vue/commit/9a0e7cf)) + + + ## [5.0.1](https://github.com/vuejs/rollup-plugin-vue/compare/v5.0.0...v5.0.1) (2019-06-26) diff --git a/package.json b/package.json index 66c5043..299c92f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-vue", - "version": "5.0.1", + "version": "5.1.0", "description": "Roll .vue files", "author": "Rahul Kadyan ", "bugs": {