From 86f095f20867c18fe7a0f1f8a72bc9b09ab34d39 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Jun 2022 12:55:40 +0000 Subject: [PATCH] chore(release): 8.7.1 [skip ci] ## [8.7.1](https://github.com/kreuzerk/svg-to-ts/compare/v8.7.0...v8.7.1) (2022-06-14) ### Bug Fixes * **compilation:** adjust generated UMD output directory ([4b9d12a](https://github.com/kreuzerk/svg-to-ts/commit/4b9d12a13bbb56fa6c5f9da37bef4172512e47ec)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c11407..f34e569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.7.1](https://github.com/kreuzerk/svg-to-ts/compare/v8.7.0...v8.7.1) (2022-06-14) + + +### Bug Fixes + +* **compilation:** adjust generated UMD output directory ([4b9d12a](https://github.com/kreuzerk/svg-to-ts/commit/4b9d12a13bbb56fa6c5f9da37bef4172512e47ec)) + # [8.7.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.6.1...v8.7.0) (2022-06-14) diff --git a/package.json b/package.json index 4f260d4..d3478eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "8.7.0", + "version": "8.7.1", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {