We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5aa722 commit 9aec123Copy full SHA for 9aec123
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+# [2.2.0](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.1.1...v2.2.0) (2020-11-16)
4
+
5
6
+### Features
7
8
+* :zap: mark module as tree shakable ([c5aa722](https://github.com/thierrymichel/vue-svg-sprite/commit/c5aa7220ef4c1826677f26e054d7602292e75b36))
9
10
## [2.1.1](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.1.0...v2.1.1) (2020-11-16)
11
12
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",
0 commit comments