We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cedfae commit bcc26dbCopy full SHA for bcc26db
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v25.0.1
4
+
5
+_2023-06-10_
6
7
+### Bugfixes
8
9
+- fix: change dynamicRequireRoot to normalizedDynamicRequireRoot && tweak related tests [#1508](https://github.com/rollup/plugins/pull/1508)
10
11
## v25.0.0
12
13
_2023-05-12_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "25.0.0",
+ "version": "25.0.1",
"publishConfig": {
"access": "public"
},
0 commit comments