diff --git a/CHANGELOG.md b/CHANGELOG.md index 6af692e..a51e0d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.1.1](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.1.0...v2.1.1) (2020-11-16) + + +### Bug Fixes + +* :bug: keep url attribute for directive ([41f8923](https://github.com/thierrymichel/vue-svg-sprite/commit/41f89230f18ea4fb8b7f2c60cbd826e503d12614)) + # [2.1.0](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.0.6...v2.1.0) (2020-11-16) diff --git a/package.json b/package.json index 00ab531..6612ebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-svg-sprite", - "version": "2.1.0", + "version": "2.1.1", "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",