Skip to content

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [11.0.0](v10.1.0...v11.0.0) (2023-10-31)

### Features

* **esm:** use .mjs ext in import / export statements of compiled files ([67de319](67de319))

### BREAKING CHANGES

* **esm:** add .mjs extenstion in import / export statements

- support for esbuild
  • Loading branch information
semantic-release-bot committed Oct 31, 2023
1 parent 9e7e054 commit 499fd7c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [11.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v10.1.0...v11.0.0) (2023-10-31)


### Features

* **esm:** use .mjs ext in import / export statements of compiled files ([67de319](https://github.com/kreuzerk/svg-to-ts/commit/67de3195ca757147c8f13dd6e0c631fcf127aa49))


### BREAKING CHANGES

* **esm:** add .mjs extenstion in import / export statements

- support for esbuild

# [10.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v10.0.0...v10.1.0) (2023-09-03)


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": "10.1.0",
"version": "11.0.0",
"description": "Build amazing svg icon libraries",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 499fd7c

Please sign in to comment.