Skip to content

Commit

Permalink
chore(release): 8.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.5.0](v8.4.0...v8.5.0) (2022-04-24)

### Features

* **(tsx):** add tsx constants conversion ([5baac39](5baac39)), closes [#159](#159)
* **(tsx):** generate SVG constants into multiple TSX files ([f482cdd](f482cdd)), closes [#159](#159)
* **(tsx) add tsx option and add object converter:** accepts a TSX flag for object conversion ([76729aa](76729aa)), closes [#159](#159)
  • Loading branch information
semantic-release-bot committed Apr 24, 2022
1 parent 3f1e009 commit 52a19c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [8.5.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.4.0...v8.5.0) (2022-04-24)


### Features

* **(tsx):** add tsx constants conversion ([5baac39](https://github.com/kreuzerk/svg-to-ts/commit/5baac3956e3629f0f19414ee72a81eea61487eba)), closes [#159](https://github.com/kreuzerk/svg-to-ts/issues/159)
* **(tsx):** generate SVG constants into multiple TSX files ([f482cdd](https://github.com/kreuzerk/svg-to-ts/commit/f482cdd88b1af8913f50bce7a65a0d2cf834d891)), closes [#159](https://github.com/kreuzerk/svg-to-ts/issues/159)
* **(tsx) add tsx option and add object converter:** accepts a TSX flag for object conversion ([76729aa](https://github.com/kreuzerk/svg-to-ts/commit/76729aa5a66c594df773e582b8adbc57a0ce5858)), closes [#159](https://github.com/kreuzerk/svg-to-ts/issues/159)

# [8.4.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.3.1...v8.4.0) (2022-03-21)


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

0 comments on commit 52a19c5

Please sign in to comment.