Skip to content

Commit

Permalink
chore(release): 3.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.4](v3.1.3...v3.1.4) (2020-03-04)

### Bug Fixes

* **compiler:** emit on error ([edb1ea7](edb1ea7))
  • Loading branch information
semantic-release-bot committed Mar 4, 2020
1 parent ddaad27 commit 1e0fc26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.4](https://github.com/kreuzerk/svg-to-ts/compare/v3.1.3...v3.1.4) (2020-03-04)


### Bug Fixes

* **compiler:** emit on error ([edb1ea7](https://github.com/kreuzerk/svg-to-ts/commit/edb1ea770bd539d61979709e1c4cef43ab6ad474))

## [3.1.3](https://github.com/kreuzerk/svg-to-ts/compare/v3.1.2...v3.1.3) (2020-03-04)


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": "3.1.3",
"version": "3.1.4",
"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 1e0fc26

Please sign in to comment.