Skip to content

Commit 03514b3

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.9.0...v9.0.0) (2023-01-03) ### Bug Fixes * **esm:** deliver correct esm files ([a16137d](a16137d)), closes [#201](#201) ### BREAKING CHANGES * **esm:** Previously esm files were delivered with a .js ending. Now they will be delivered with a .mjs ending
1 parent 5f1ec20 commit 03514b3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [9.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.9.0...v9.0.0) (2023-01-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **esm:** Previously esm files were delivered with a .js ending. Now they will be delivered
12+
with a .mjs ending
13+
114
# [8.9.0](https://github.com/kreuzerk/svg-to-ts/compare/v8.8.1...v8.9.0) (2022-10-13)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svg-to-ts",
3-
"version": "8.9.0",
3+
"version": "9.0.0",
44
"description": "Build amazing svg icon libraries",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)