From 8dc4bbc9586787b068869bcaab8fc907873c88a7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 15 Mar 2020 09:50:17 +0000 Subject: [PATCH] chore(release): 3.5.0 [skip ci] # [3.5.0](https://github.com/kreuzerk/svg-to-ts/compare/v3.4.0...v3.5.0) (2020-03-15) ### Features * **modelOutput:** add additional model output path ([614b37a](https://github.com/kreuzerk/svg-to-ts/commit/614b37a485bf2ea1a789202a1385d1772509111b)) * **modelOutput:** add warning icon ([8bde4d8](https://github.com/kreuzerk/svg-to-ts/commit/8bde4d890a88c2208e3cef5ad94d559420bb7d36)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3ddf0..ccadffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [3.5.0](https://github.com/kreuzerk/svg-to-ts/compare/v3.4.0...v3.5.0) (2020-03-15) + + +### Features + +* **modelOutput:** add additional model output path ([614b37a](https://github.com/kreuzerk/svg-to-ts/commit/614b37a485bf2ea1a789202a1385d1772509111b)) +* **modelOutput:** add warning icon ([8bde4d8](https://github.com/kreuzerk/svg-to-ts/commit/8bde4d890a88c2208e3cef5ad94d559420bb7d36)) + # [3.4.0](https://github.com/kreuzerk/svg-to-ts/compare/v3.3.2...v3.4.0) (2020-03-15) diff --git a/package.json b/package.json index d160424..0ac2b92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "3.4.0", + "version": "3.5.0", "description": "Command line util that converts SVGs from a directory into a single TypeScript file", "main": "index.js", "scripts": {