Skip to content

Commit df25b14

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](v1.1.0...v1.1.1) (2019-12-09) ### Bug Fixes * **bin:** fix wrong path to bin file ([bbb9565](bbb9565))
1 parent 5d05aa4 commit df25b14

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.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+
18
# [1.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v1.0.1...v1.1.0) (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.0",
3+
"version": "1.1.1",
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)