diff --git a/CHANGELOG.md b/CHANGELOG.md index dab7cb3..50a046d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.0.4](https://github.com/kreuzerk/svg-to-ts/compare/v5.0.3...v5.0.4) (2020-09-02) + + +### Bug Fixes + +* **typeobject:** generate type object for icons with special character ([f5d96b8](https://github.com/kreuzerk/svg-to-ts/commit/f5d96b896440386f4ac021ae51af0c1a7a98d14e)) + ## [5.0.3](https://github.com/kreuzerk/svg-to-ts/compare/v5.0.2...v5.0.3) (2020-09-02) diff --git a/package.json b/package.json index f107ffa..fac04cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "5.0.3", + "version": "5.0.4", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {