From 03514b30cb7ba1fddc9c2003356b85d1aac00458 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Jan 2023 14:16:21 +0000 Subject: [PATCH] chore(release): 9.0.0 [skip ci] # [9.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.9.0...v9.0.0) (2023-01-03) ### Bug Fixes * **esm:** deliver correct esm files ([a16137d](https://github.com/kreuzerk/svg-to-ts/commit/a16137d6d9b8da837fb3726f3ea941a39319c336)), closes [#201](https://github.com/kreuzerk/svg-to-ts/issues/201) ### BREAKING CHANGES * **esm:** Previously esm files were delivered with a .js ending. Now they will be delivered with a .mjs ending --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a9114e..3c32c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [9.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.9.0...v9.0.0) (2023-01-03) + + +### Bug Fixes + +* **esm:** deliver correct esm files ([a16137d](https://github.com/kreuzerk/svg-to-ts/commit/a16137d6d9b8da837fb3726f3ea941a39319c336)), closes [#201](https://github.com/kreuzerk/svg-to-ts/issues/201) + + +### BREAKING CHANGES + +* **esm:** Previously esm files were delivered with a .js ending. Now they will be delivered +with a .mjs ending + # [8.9.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.8.1...v8.9.0) (2022-10-13) diff --git a/package.json b/package.json index c10ce6e..2f8c184 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svg-to-ts", - "version": "8.9.0", + "version": "9.0.0", "description": "Build amazing svg icon libraries", "main": "index.js", "scripts": {