We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ebb11 commit bf112f9Copy full SHA for bf112f9
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v18.1.0
4
+
5
+_2021-05-04_
6
7
+### Bugfixes
8
9
+- fix: idempotence issue (#871)
10
11
+### Features
12
13
+- feat: Add `defaultIsModuleExports` option to match Node.js behavior (#838)
14
15
## v18.0.0
16
17
_2021-03-26_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "18.0.0",
+ "version": "18.1.0",
"publishConfig": {
"access": "public"
},
0 commit comments