Skip to content

Commit

Permalink
chore(release): 11.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [11.0.1](v11.0.0...v11.0.1) (2023-11-14)

### Bug Fixes

* **tsx:** use the correct type for tsx props ([00348a9](00348a9)), closes [#226](#226)
  • Loading branch information
semantic-release-bot committed Nov 14, 2023
1 parent afde78d commit 4d5a5f1
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 @@
## [11.0.1](https://github.com/kreuzerk/svg-to-ts/compare/v11.0.0...v11.0.1) (2023-11-14)


### Bug Fixes

* **tsx:** use the correct type for tsx props ([00348a9](https://github.com/kreuzerk/svg-to-ts/commit/00348a99074730f2c597af11ace0e4bf794031f6)), closes [#226](https://github.com/kreuzerk/svg-to-ts/issues/226)

# [11.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v10.1.0...v11.0.0) (2023-10-31)


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

0 comments on commit 4d5a5f1

Please sign in to comment.