From d7ec72cc1dd148197d779a6f9afb74ba81870dea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Oct 2022 07:28:36 +0000 Subject: [PATCH] chore(release): 8.9.0 [skip ci] # [8.9.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.8.1...v8.9.0) (2022-10-13) ### Features * adds-pops-to-tsx-const-svg-components ([3180fac](https://github.com/kreuzerk/svg-to-ts/commit/3180fac2902e994d329785fcf0121476e1c05549)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ecd824..1a9114e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.9.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.8.1...v8.9.0) (2022-10-13) + + +### Features + +* adds-pops-to-tsx-const-svg-components ([3180fac](https://github.com/kreuzerk/svg-to-ts/commit/3180fac2902e994d329785fcf0121476e1c05549)) + ## [8.8.1](https://github.com/kreuzerk/svg-to-ts/compare/v8.8.0...v8.8.1) (2022-06-21) diff --git a/package.json b/package.json index f1191b4..584e8d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "8.8.1", + "version": "8.9.0", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {