Skip to content

Commit d939425

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](3.1.1...4.0.0) (2023-10-06) ### Bug Fixes * add ESM loader ([d18fe1b](d18fe1b)) * add warning when attempt to loading mod twice ([d6baed1](d6baed1)) * drop Node 14 support ([cde7fd4](cde7fd4)) * update dependencies ([a4533b6](a4533b6)) ### BREAKING CHANGES * Node 14 is not longer supported. Node 18.17 is the minimum required version now.
1 parent 6611488 commit d939425

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [4.0.0](https://github.com/homer0/cjs2esm/compare/3.1.1...4.0.0) (2023-10-06)
2+
3+
4+
### Bug Fixes
5+
6+
* add ESM loader ([d18fe1b](https://github.com/homer0/cjs2esm/commit/d18fe1b493eff4f0fa8990fc9fca7beae62267ab))
7+
* add warning when attempt to loading mod twice ([d6baed1](https://github.com/homer0/cjs2esm/commit/d6baed10a36f04e2ed0841c86d5819f5b74aebc8))
8+
* drop Node 14 support ([cde7fd4](https://github.com/homer0/cjs2esm/commit/cde7fd44c8e212a508e8c9a9b4bb2dc50a64291f))
9+
* update dependencies ([a4533b6](https://github.com/homer0/cjs2esm/commit/a4533b6719ce66e64ba9971194f4db5710134454))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* Node 14 is not longer supported. Node 18.17 is the minimum required version now.
15+
116
## [3.1.1](https://github.com/homer0/cjs2esm/compare/3.1.0...3.1.1) (2022-05-20)
217

318

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cjs2esm",
33
"description": "Transforms a project that uses CommonJS to ES Modules.",
44
"homepage": "https://homer0.github.io/cjs2esm/",
5-
"version": "3.1.1",
5+
"version": "4.0.0",
66
"repository": "homer0/cjs2esm",
77
"author": "Leonardo Apiwan (@homer0) <[email protected]>",
88
"keywords": [

0 commit comments

Comments
 (0)