From 3fe72dac29823e8fc59a94308f280d184b424445 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 27 Oct 2020 23:27:46 +0000 Subject: [PATCH] chore(release): 5.7.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [5.7.0](https://github.com/kreuzerk/svg-to-ts/compare/v5.6.2...v5.7.0) (2020-10-27) ### Features * 🎸 export helpers and converters for usage in JS/TS ([66182e8](https://github.com/kreuzerk/svg-to-ts/commit/66182e858563a280c59e1fbee453aaa3c92e584a)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06b8fdc..4966ced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.7.0](https://github.com/kreuzerk/svg-to-ts/compare/v5.6.2...v5.7.0) (2020-10-27) + + +### Features + +* 🎸 export helpers and converters for usage in JS/TS ([66182e8](https://github.com/kreuzerk/svg-to-ts/commit/66182e858563a280c59e1fbee453aaa3c92e584a)) + ## [5.6.2](https://github.com/kreuzerk/svg-to-ts/compare/v5.6.1...v5.6.2) (2020-10-19) diff --git a/package.json b/package.json index 6c29fcf..bcdb206 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "5.6.2", + "version": "5.7.0", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {