Skip to content

Commit

Permalink
chore(release): 3.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed May 20, 2022
1 parent 1188b58 commit e701911
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.1.1](https://github.com/homer0/cjs2esm/compare/3.1.0...3.1.1) (2022-05-20)


### Bug Fixes

* have a local version of the exports patch ([6a12fa6](https://github.com/homer0/cjs2esm/commit/6a12fa6432fd3d4cb18764b770b3a5f3636b44d2))
* remove patch-package ([21cd985](https://github.com/homer0/cjs2esm/commit/21cd98554aa531e96cd71b78f9fb411020c6cf8f))

# [3.1.0](https://github.com/homer0/cjs2esm/compare/3.0.0...3.1.0) (2022-05-20)


Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cjs2esm",
"description": "Transforms a project that uses CommonJS to ES Modules.",
"homepage": "https://homer0.github.io/cjs2esm/",
"version": "3.1.0",
"version": "3.1.1",
"repository": "homer0/cjs2esm",
"author": "Leonardo Apiwan (@homer0) <[email protected]>",
"keywords": [
Expand Down Expand Up @@ -73,7 +73,9 @@
},
"config": {
"cjs2esm": {
"ignore": ["5to6-codemod"],
"ignore": [
"5to6-codemod"
],
"filesWithShebang": [
"src/bin.js"
]
Expand Down

0 comments on commit e701911

Please sign in to comment.