diff --git a/packages/commonjs/CHANGELOG.md b/packages/commonjs/CHANGELOG.md index b46b809bd..954599e61 100644 --- a/packages/commonjs/CHANGELOG.md +++ b/packages/commonjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @rollup/plugin-commonjs ChangeLog +## v25.0.6 + +_2023-10-15_ + +### Bugfixes + +- fix: Keep the shebang at the top of the file content [#1610](https://github.com/rollup/plugins/pull/1610) + ## v25.0.5 _2023-10-05_ diff --git a/packages/commonjs/package.json b/packages/commonjs/package.json index f9e74731a..65f0ae47c 100644 --- a/packages/commonjs/package.json +++ b/packages/commonjs/package.json @@ -1,6 +1,6 @@ { "name": "@rollup/plugin-commonjs", - "version": "25.0.5", + "version": "25.0.6", "publishConfig": { "access": "public" },