Skip to content

Commit e7a4e49

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2021-10-04) ### Bug Fixes * 🐛 fix double SVG element with directive ([59125f2](59125f2))
1 parent 59125f2 commit e7a4e49

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.1](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.2.0...v2.2.1) (2021-10-04)
4+
5+
6+
### Bug Fixes
7+
8+
* :bug: fix double SVG element with directive ([59125f2](https://github.com/thierrymichel/vue-svg-sprite/commit/59125f28c3d058ddf18a511a55215be860768f09))
9+
310
# [2.2.0](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.1.1...v2.2.0) (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.2.0",
3+
"version": "2.2.1",
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)