Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.3...v2.1.0) (2019-12-13)

### Bug Fixes

* **types:** Fix error in type generation when last item is a folder ([c70c15d](c70c15d))

### Features

* **input:** Handle multiple sourceDir ([fe9fd84](fe9fd84))
  • Loading branch information
semantic-release-bot committed Dec 13, 2019
1 parent ba45b73 commit 2e43438
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v2.0.3...v2.1.0) (2019-12-13)


### Bug Fixes

* **types:** Fix error in type generation when last item is a folder ([c70c15d](https://github.com/kreuzerk/svg-to-ts/commit/c70c15d23348c0164869fb2f788ff585b46f4229))


### Features

* **input:** Handle multiple sourceDir ([fe9fd84](https://github.com/kreuzerk/svg-to-ts/commit/fe9fd84c15de90676366160ad6e0896891e92cf7))

## [2.0.3](https://github.com/kreuzerk/svg-to-ts/compare/v2.0.2...v2.0.3) (2019-12-10)


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": "2.0.3",
"version": "2.1.0",
"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 2e43438

Please sign in to comment.