diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4c9c3..e0e8c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# Change Log + +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. + + +## [3.3.2](https://github.com/vuejs/vue-component-compiler/compare/v3.3.1...v3.3.2) (2018-05-13) + + +### Bug Fixes + +* Prevent duplicate style injection ([#68](https://github.com/vuejs/vue-component-compiler/issues/68)) ([58247ce](https://github.com/vuejs/vue-component-compiler/commit/58247ce)) + + + ## [3.3.1](https://github.com/vuejs/vue-component-compiler/compare/v3.3.0...v3.3.1) (2018-05-09) @@ -117,6 +131,3 @@ ### Features * Use custom implementation of normalizer if provided ([37f6cd8](https://github.com/vuejs/vue-component-compiler/commit/37f6cd8)) - - - diff --git a/package.json b/package.json index e1ea69f..3eb0023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vue/component-compiler", - "version": "3.3.1", + "version": "3.3.2", "description": "bundler agnostic API for compiling Vue SFC", "repository": { "type": "git",