Skip to content

Commit

Permalink
chore(release): 4.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.1](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](a5fd0a4))
  • Loading branch information
semantic-release-bot committed Mar 28, 2020
1 parent 05d2cfa commit 75c0e93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 75c0e93

Please sign in to comment.