From 33d0c893e26d951cd94a8fde9e4d46fb79a4c64a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Jun 2022 09:40:32 +0000 Subject: [PATCH] chore(release): 8.8.0 [skip ci] # [8.8.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.7.1...v8.8.0) (2022-06-17) ### Features * support namePrefix ([6f1511c](https://github.com/kreuzerk/svg-to-ts/commit/6f1511cca35478c6a7f0d741e5ed13a752f9d71d)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f34e569..eaf55f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.8.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.7.1...v8.8.0) (2022-06-17) + + +### Features + +* support namePrefix ([6f1511c](https://github.com/kreuzerk/svg-to-ts/commit/6f1511cca35478c6a7f0d741e5ed13a752f9d71d)) + ## [8.7.1](https://github.com/kreuzerk/svg-to-ts/compare/v8.7.0...v8.7.1) (2022-06-14) diff --git a/package.json b/package.json index d3478eb..30a4a22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "8.7.1", + "version": "8.8.0", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {