Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jan 3, 2023
1 parent 5f1ec20 commit 03514b3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 03514b3

Please sign in to comment.