Skip to content

Commit

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

### Bug Fixes

* **compiler:** reduce strictness ([19f6480](19f6480))
  • Loading branch information
semantic-release-bot committed Mar 4, 2020
1 parent dea7636 commit 7be1cf4
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.2](https://github.com/kreuzerk/svg-to-ts/compare/v3.1.1...v3.1.2) (2020-03-04)


### Bug Fixes

* **compiler:** reduce strictness ([19f6480](https://github.com/kreuzerk/svg-to-ts/commit/19f6480b9d8c3c047e99b5398c80f754be8db6c1))

## [3.1.1](https://github.com/kreuzerk/svg-to-ts/compare/v3.1.0...v3.1.1) (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.1",
"version": "3.1.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 7be1cf4

Please sign in to comment.