We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6543e3d commit 7832046Copy full SHA for 7832046
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
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
10
## [2.0.3](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.0.2...v2.0.3) (2020-11-15)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "vue-svg-sprite",
- "version": "2.0.3",
+ "version": "2.0.4",
"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