Skip to content

Commit a5d1cdb

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](2.0.2...3.0.0) (2022-05-17) ### Bug Fixes * add patch for 5to6 ([e819879](e819879)) * drop support for Node 12 ([91a53d7](91a53d7)) * preserve leading comments ([36c44cc](36c44cc)) * properly resolve the path the transformations ([0069848](0069848)) * update dependencies ([0a8c55d](0a8c55d)) * upgrade jscodeshift ([577afae](577afae)) * use a better exp to replace modules ([5902cee](5902cee)) ### Features * allow for custom transformations ([3361f7c](3361f7c)) * allow to customize the codemod paths ([85f381b](85f381b)) * allow to set an order for the transformations ([9b35698](9b35698)) ### BREAKING CHANGES * This package no longer supports Node 12.
1 parent f504bee commit a5d1cdb

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# [3.0.0](https://github.com/homer0/cjs2esm/compare/2.0.2...3.0.0) (2022-05-17)
2+
3+
4+
### Bug Fixes
5+
6+
* add patch for 5to6 ([e819879](https://github.com/homer0/cjs2esm/commit/e819879635db0304d1a71b93fc9d896a61b48227))
7+
* drop support for Node 12 ([91a53d7](https://github.com/homer0/cjs2esm/commit/91a53d7f4e82be00d1d06b492a9de08ff2269aac))
8+
* preserve leading comments ([36c44cc](https://github.com/homer0/cjs2esm/commit/36c44cc9679dc23de231c9be193fc804f524c1a7))
9+
* properly resolve the path the transformations ([0069848](https://github.com/homer0/cjs2esm/commit/00698483cc2c0a903d06975fb508d23a697471fe))
10+
* update dependencies ([0a8c55d](https://github.com/homer0/cjs2esm/commit/0a8c55ddece403648a413adca79542957c6cd29f))
11+
* upgrade jscodeshift ([577afae](https://github.com/homer0/cjs2esm/commit/577afae0e5b72194dbac18d95f09866c77b20baa))
12+
* use a better exp to replace modules ([5902cee](https://github.com/homer0/cjs2esm/commit/5902ceec3a58469300303858c904747d2ac55a27))
13+
14+
15+
### Features
16+
17+
* allow for custom transformations ([3361f7c](https://github.com/homer0/cjs2esm/commit/3361f7cb84a14bb88f034c30e4c57dbbecce2ea3))
18+
* allow to customize the codemod paths ([85f381b](https://github.com/homer0/cjs2esm/commit/85f381b556ec9ef0b85eb93ec31c4e3e82aa793f))
19+
* allow to set an order for the transformations ([9b35698](https://github.com/homer0/cjs2esm/commit/9b3569832c82f07278de65790f8c76259a3f21e2))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* This package no longer supports Node 12.
25+
126
## [2.0.2](https://github.com/homer0/cjs2esm/compare/2.0.1...2.0.2) (2021-10-17)
227

328

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": "2.0.2",
5+
"version": "3.0.0",
66
"repository": "homer0/cjs2esm",
77
"author": "Leonardo Apiwan (@homer0) <[email protected]>",
88
"keywords": [

0 commit comments

Comments
 (0)