diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c9844..681e076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.1](https://github.com/kreuzerk/svg-to-ts/compare/v4.1.0...v4.1.1) (2020-03-28) + + +### Bug Fixes + +* **escaping:** Use template literals instead of ' quotes to encapsulate svgs, as the quote character can occur in svgs. ([a5fd0a4](https://github.com/kreuzerk/svg-to-ts/commit/a5fd0a42fb7809bcdd5492df7d3d6625386e6b88)) + # [4.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v4.0.5...v4.1.0) (2020-03-25) diff --git a/package.json b/package.json index 9e1c973..e27bc07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "4.1.0", + "version": "4.1.1", "description": "Command line util that converts SVGs from a directory into a single TypeScript file", "main": "index.js", "scripts": {