From 4d5a5f12cc345f61fca1a305054ff9b7ff06410c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Nov 2023 19:58:23 +0000 Subject: [PATCH] chore(release): 11.0.1 [skip ci] ## [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) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edf5df6..218805e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 1d3393c..fcd2d2e 100644 --- a/package.json +++ b/package.json @@ -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": {