Skip to content

Commit b3cefe9

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](v1.1.1...v1.1.2) (2019-12-09) ### Bug Fixes * **output:** generate output with single quotes instead of double quotes ([bbd38f6](bbd38f6))
1 parent cd1efcc commit b3cefe9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.2](https://github.com/kreuzerk/svg-to-ts/compare/v1.1.1...v1.1.2) (2019-12-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **output:** generate output with single quotes instead of double quotes ([bbd38f6](https://github.com/kreuzerk/svg-to-ts/commit/bbd38f69f88d614ef715f33edd31d0d4c3671e93))
7+
18
## [1.1.1](https://github.com/kreuzerk/svg-to-ts/compare/v1.1.0...v1.1.1) (2019-12-09)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svg-to-ts",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Command line util that converts SVGs from a directory into a single TypeScript file",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)