Skip to content

Commit

Permalink
chore(release): 3.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.2.1](v3.2.0...v3.2.1) (2020-03-05)

### Bug Fixes

* **icon:** generate name as type any ([08bd563](08bd563))
  • Loading branch information
semantic-release-bot committed Mar 5, 2020
1 parent 72751d0 commit 684ce6f
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.2.1](https://github.com/kreuzerk/svg-to-ts/compare/v3.2.0...v3.2.1) (2020-03-05)


### Bug Fixes

* **icon:** generate name as type any ([08bd563](https://github.com/kreuzerk/svg-to-ts/commit/08bd563eb14fad4f0ed4957a907b485e62dd02bc))

# [3.2.0](https://github.com/kreuzerk/svg-to-ts/compare/v3.1.4...v3.2.0) (2020-03-05)


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.2.0",
"version": "3.2.1",
"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 684ce6f

Please sign in to comment.