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 0bb872b commit 8949965Copy full SHA for 8949965
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v25.0.8
4
+
5
+_2024-05-22_
6
7
+### Bugfixes
8
9
+- fix: preserve the class body property keys even if they are special keywords (#1688)
10
11
## v25.0.7
12
13
_2023-10-15_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "25.0.7",
+ "version": "25.0.8",
"publishConfig": {
"access": "public"
},
0 commit comments