We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb579c8 commit 88687f0Copy full SHA for 88687f0
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v25.0.6
4
+
5
+_2023-10-15_
6
7
+### Bugfixes
8
9
+- fix: Keep the shebang at the top of the file content [#1610](https://github.com/rollup/plugins/pull/1610)
10
11
## v25.0.5
12
13
_2023-10-05_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "25.0.5",
+ "version": "25.0.6",
"publishConfig": {
"access": "public"
},
0 commit comments