We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80d4b2 commit 1935e9eCopy full SHA for 1935e9e
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v28.0.7
4
+
5
+_2025-10-14_
6
7
+### Bugfixes
8
9
+- fix: avoid hoisting dynamically required node: builtins under strictRequires (#1909)
10
11
## v28.0.6
12
13
_2025-06-17_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "28.0.6",
+ "version": "28.0.7",
"publishConfig": {
"access": "public"
},
0 commit comments