Skip to content

Commit

Permalink
chore(release): 4.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [4.0.2](v4.0.1...v4.0.2) (2020-03-23)

### Bug Fixes

* **image:** rename generated file example ([1427eae](1427eae))
* **previewimage:** adjust image path ([6aea6d1](6aea6d1))
  • Loading branch information
semantic-release-bot committed Mar 23, 2020
1 parent 6aea6d1 commit 12adbfd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.0.2](https://github.com/kreuzerk/svg-to-ts/compare/v4.0.1...v4.0.2) (2020-03-23)


### Bug Fixes

* **image:** rename generated file example ([1427eae](https://github.com/kreuzerk/svg-to-ts/commit/1427eae48236b14d8a94c6a45ea6f7c45ddb15e3))
* **previewimage:** adjust image path ([6aea6d1](https://github.com/kreuzerk/svg-to-ts/commit/6aea6d1535de400c39c9a811a23a34688a106204))

## [4.0.1](https://github.com/kreuzerk/svg-to-ts/compare/v4.0.0...v4.0.1) (2020-03-23)


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.0.1",
"version": "4.0.2",
"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 12adbfd

Please sign in to comment.