We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ba7148 commit 985cf4cCopy full SHA for 985cf4c
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v22.0.1
4
+
5
+_2022-06-24_
6
7
+### Bugfixes
8
9
+- fix: Only proxy detected commonjs entry points (#1180)
10
11
## v22.0.0
12
13
_2022-04-24_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "22.0.0",
+ "version": "22.0.1",
"publishConfig": {
"access": "public"
},
0 commit comments