Skip to content

Commit 499fd7c

Browse files
chore(release): 11.0.0 [skip ci]
# [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
1 parent 9e7e054 commit 499fd7c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [11.0.0](https://github.com/kreuzerk/svg-to-ts/compare/v10.1.0...v11.0.0) (2023-10-31)
2+
3+
4+
### Features
5+
6+
* **esm:** use .mjs ext in import / export statements of compiled files ([67de319](https://github.com/kreuzerk/svg-to-ts/commit/67de3195ca757147c8f13dd6e0c631fcf127aa49))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **esm:** add .mjs extenstion in import / export statements
12+
13+
- support for esbuild
14+
115
# [10.1.0](https://github.com/kreuzerk/svg-to-ts/compare/v10.0.0...v10.1.0) (2023-09-03)
216

317

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": "10.1.0",
3+
"version": "11.0.0",
44
"description": "Build amazing svg icon libraries",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)