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.
2 parents bbb9565 + 4861889 commit 5d05aa4Copy full SHA for 5d05aa4
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v1.0.1...v1.1.0) (2019-12-09)
2
+
3
4
+### Features
5
6
+* **filename:** accept fileName as input property ([b99809d](https://github.com/kreuzerk/svg-to-ts/commit/b99809dbcee4e13387c76868eae22590e0e12418))
7
8
## [1.0.1](https://github.com/kreuzerk/svg-to-ts/compare/v1.0.0...v1.0.1) (2019-12-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "svg-to-ts",
- "version": "1.0.1",
+ "version": "1.1.0",
"description": "Command line util that converts SVGs from a directory into a single TypeScript file",
"main": "index.js",
"scripts": {
0 commit comments