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 701b642 commit e62c880Copy full SHA for e62c880
packages/commonjs/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-commonjs ChangeLog
2
3
+## v24.0.1
4
+
5
+_2023-01-20_
6
7
+### Bugfixes
8
9
+- fix: types should come first in exports [#1403](https://github.com/rollup/plugins/pull/1403)
10
11
## v24.0.0
12
13
_2022-12-18_
packages/commonjs/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-commonjs",
- "version": "24.0.0",
+ "version": "24.0.1",
"publishConfig": {
"access": "public"
},
0 commit comments