We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f061dc3 commit 8319720Copy full SHA for 8319720
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v24.1.0
4
+
5
+_2023-04-11_
6
7
+### Features
8
9
+- feat: Do not use getters for module.exports [#1455](https://github.com/rollup/plugins/pull/1455)
10
11
## v24.0.1
12
13
_2023-01-20_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "24.0.1",
+ "version": "24.1.0",
"publishConfig": {
"access": "public"
},
0 commit comments