Skip to content

Commit 998bf36

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](3.0.0...3.1.0) (2022-05-20) ### Features * add option to ignore paths ([a61b430](a61b430))
1 parent f19e87c commit 998bf36

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
# [3.0.0](https://github.com/homer0/cjs2esm/compare/2.0.2...3.0.0) (2022-05-17)
29

310

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

0 commit comments

Comments
 (0)