We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d05aa4 commit df25b14Copy full SHA for df25b14
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.1](https://github.com/kreuzerk/svg-to-ts/compare/v1.1.0...v1.1.1) (2019-12-09)
2
+
3
4
+### Bug Fixes
5
6
+* **bin:** fix wrong path to bin file ([bbb9565](https://github.com/kreuzerk/svg-to-ts/commit/bbb95658e4946171d7198f42fba9aafe09364a93))
7
8
# [1.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v1.0.1...v1.1.0) (2019-12-09)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "svg-to-ts",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Command line util that converts SVGs from a directory into a single TypeScript file",
"main": "index.js",
"scripts": {
0 commit comments