Skip to content

Commit 7832046

Browse files
chore(release): 2.0.4 [skip ci]
## [2.0.4](v2.0.3...v2.0.4) (2020-11-16) ### Bug Fixes * ♻️ use render function ([6543e3d](6543e3d))
1 parent 6543e3d commit 7832046

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [2.0.4](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.0.3...v2.0.4) (2020-11-16)
4+
5+
6+
### Bug Fixes
7+
8+
* :recycle: use render function ([6543e3d](https://github.com/thierrymichel/vue-svg-sprite/commit/6543e3d1a731c8dfef10f7cdf2718edbd18f8f5d))
9+
310
## [2.0.3](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.0.2...v2.0.3) (2020-11-15)
411

512

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-svg-sprite",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
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)