We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a5181a commit e6e019eCopy full SHA for e6e019e
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v19.0.2
4
+
5
+_2021-07-26_
6
7
+### Bugfixes
8
9
+- fix convert module.exports with `__esModule` property(#939) (#942)
10
11
## v19.0.1
12
13
_2021-07-15_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "19.0.1",
+ "version": "19.0.2",
"publishConfig": {
"access": "public"
},
0 commit comments