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 3c53a29 commit 02f9724Copy full SHA for 02f9724
packages/pluginutils/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# @rollup/pluginutils ChangeLog
2
3
+## v5.1.0
4
+
5
+_2023-11-28_
6
7
+### Features
8
9
+- feat: add `includeArbitraryNames: true` to `dataToEsm` (#1635)
10
11
+### Updates
12
13
+- doc: correct the return type of createFilter (#1633)
14
15
## v5.0.5
16
17
_2023-10-05_
packages/pluginutils/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/pluginutils",
- "version": "5.0.5",
+ "version": "5.1.0",
"publishConfig": {
"access": "public"
},
0 commit comments