Skip to content

Commit 4cfa5be

Browse files
chore(release): 2.0.3 [skip ci]
## [2.0.3](v2.0.2...v2.0.3) (2020-11-15) ### Bug Fixes * 💚 update changelog ([5f71a7b](5f71a7b))
1 parent 5f71a7b commit 4cfa5be

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# CHANGELOG
2+
3+
## [2.0.3](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.0.2...v2.0.3) (2020-11-15)
4+
5+
6+
### Bug Fixes
7+
8+
* :green_heart: update changelog ([5f71a7b](https://github.com/thierrymichel/vue-svg-sprite/commit/5f71a7b94a9a06e0a9548c715982d21921884609))
9+
110
## [2.0.2](https://github.com/thierrymichel/vue-svg-sprite/compare/v2.0.1...v2.0.2) (2020-11-15)
211

312
### Bug Fixes

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": "0.0.0-development",
3+
"version": "2.0.3",
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)