We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19e87c commit 998bf36Copy full SHA for 998bf36
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [3.1.0](https://github.com/homer0/cjs2esm/compare/3.0.0...3.1.0) (2022-05-20)
2
+
3
4
+### Features
5
6
+* add option to ignore paths ([a61b430](https://github.com/homer0/cjs2esm/commit/a61b4307b68d287b339a2c31e3b81a6c56ac37eb))
7
8
# [3.0.0](https://github.com/homer0/cjs2esm/compare/2.0.2...3.0.0) (2022-05-17)
9
10
package.json
@@ -2,7 +2,7 @@
"name": "cjs2esm",
"description": "Transforms a project that uses CommonJS to ES Modules.",
"homepage": "https://homer0.github.io/cjs2esm/",
- "version": "3.0.0",
+ "version": "3.1.0",
"repository": "homer0/cjs2esm",
"author": "Leonardo Apiwan (@homer0) <[email protected]>",
"keywords": [
0 commit comments