Skip to content

Commit 9aec123

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](v2.1.1...v2.2.0) (2020-11-16) ### Features * ⚡ mark module as tree shakable ([c5aa722](c5aa722))
1 parent c5aa722 commit 9aec123

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

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+
310
## [2.1.1](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.1.0...v2.1.1) (2020-11-16)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-svg-sprite",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Vue.js plugin, component and directive to simply use SVG sprite",
55
"main": "dist/vue-svg-sprite.js",
66
"umd:main": "dist/vue-svg-sprite.umd.js",

0 commit comments

Comments
 (0)