Skip to content

Commit e701911

Browse files
chore(release): 3.1.1 [skip ci]
## [3.1.1](3.1.0...3.1.1) (2022-05-20) ### Bug Fixes * have a local version of the exports patch ([6a12fa6](6a12fa6)) * remove patch-package ([21cd985](21cd985))
1 parent 1188b58 commit e701911

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.1.1](https://github.com/homer0/cjs2esm/compare/3.1.0...3.1.1) (2022-05-20)
2+
3+
4+
### Bug Fixes
5+
6+
* have a local version of the exports patch ([6a12fa6](https://github.com/homer0/cjs2esm/commit/6a12fa6432fd3d4cb18764b770b3a5f3636b44d2))
7+
* remove patch-package ([21cd985](https://github.com/homer0/cjs2esm/commit/21cd98554aa531e96cd71b78f9fb411020c6cf8f))
8+
19
# [3.1.0](https://github.com/homer0/cjs2esm/compare/3.0.0...3.1.0) (2022-05-20)
210

311

package.json

Lines changed: 4 additions & 2 deletions
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.0",
5+
"version": "3.1.1",
66
"repository": "homer0/cjs2esm",
77
"author": "Leonardo Apiwan (@homer0) <[email protected]>",
88
"keywords": [
@@ -73,7 +73,9 @@
7373
},
7474
"config": {
7575
"cjs2esm": {
76-
"ignore": ["5to6-codemod"],
76+
"ignore": [
77+
"5to6-codemod"
78+
],
7779
"filesWithShebang": [
7880
"src/bin.js"
7981
]

0 commit comments

Comments
 (0)