From 217e3a1925c8bf0f54f98a62d185aa4b5f597669 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Feb 2020 18:00:37 +0000 Subject: [PATCH] chore(release): 2.2.1 [skip ci] ## [2.2.1](https://github.com/kreuzerk/svg-to-ts/compare/v2.2.0...v2.2.1) (2020-02-10) ### Bug Fixes * **conversion:** check to allow only svg files ([9fc3111](https://github.com/kreuzerk/svg-to-ts/commit/9fc31110f783998668671d043be9cadf962fefc0)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c9860..06eb2fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://github.com/kreuzerk/svg-to-ts/compare/v2.2.0...v2.2.1) (2020-02-10) + + +### Bug Fixes + +* **conversion:** check to allow only svg files ([9fc3111](https://github.com/kreuzerk/svg-to-ts/commit/9fc31110f783998668671d043be9cadf962fefc0)) + # [2.2.0](https://github.com/kreuzerk/svg-to-ts/compare/v2.1.0...v2.2.0) (2019-12-31) diff --git a/package.json b/package.json index 56653a2..45d623b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "2.2.0", + "version": "2.2.1", "description": "Command line util that converts SVGs from a directory into a single TypeScript file", "main": "index.js", "scripts": {