diff --git a/CHANGELOG.md b/CHANGELOG.md index a51e0d6..e002f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +# [2.2.0](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.1.1...v2.2.0) (2020-11-16) + + +### Features + +* :zap: mark module as tree shakable ([c5aa722](https://github.com/thierrymichel/vue-svg-sprite/commit/c5aa7220ef4c1826677f26e054d7602292e75b36)) + ## [2.1.1](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.1.0...v2.1.1) (2020-11-16) diff --git a/package.json b/package.json index 4a4abb2..71e6a9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-svg-sprite", - "version": "2.1.1", + "version": "2.2.0", "description": "Vue.js plugin, component and directive to simply use SVG sprite", "main": "dist/vue-svg-sprite.js", "umd:main": "dist/vue-svg-sprite.umd.js",