We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab05216 commit c719c7dCopy full SHA for c719c7d
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v23.0.3
4
+
5
+_2022-11-27_
6
7
+### Bugfixes
8
9
+- fix: correctly wrap a default class export from cjs module [#1350](https://github.com/rollup/plugins/pull/1350)
10
11
## v23.0.2
12
13
_2022-10-21_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "23.0.2",
+ "version": "23.0.3",
"publishConfig": {
"access": "public"
},
0 commit comments