Skip to content

Commit

Permalink
chore(release): 5.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.5.2](v5.5.1...v5.5.2) (2020-10-13)

### Bug Fixes

* 🐛 generate correct interface for SVG contants ([d21138f](d21138f)), closes [#79](#79)
  • Loading branch information
semantic-release-bot committed Oct 13, 2020
1 parent 1e90b6c commit 1e1f1bb
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 @@
## [5.5.2](https://github.com/kreuzerk/svg-to-ts/compare/v5.5.1...v5.5.2) (2020-10-13)


### Bug Fixes

* 🐛 generate correct interface for SVG contants ([d21138f](https://github.com/kreuzerk/svg-to-ts/commit/d21138fbbdc4a17e9352f226ccd1a981ca2e7f56)), closes [#79](https://github.com/kreuzerk/svg-to-ts/issues/79)

## [5.5.1](https://github.com/kreuzerk/svg-to-ts/compare/v5.5.0...v5.5.1) (2020-10-11)


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": "5.5.1",
"version": "5.5.2",
"description": "Build amazing svg icon libraries",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1e1f1bb

Please sign in to comment.