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 5cf48e9 commit a43a6d6Copy full SHA for a43a6d6
packages/node-resolve/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-node-resolve ChangeLog
2
3
+## v14.0.1
4
+
5
+_2022-09-08_
6
7
+### Bugfixes
8
9
+- fix: handle circular commonjs (#1259)
10
11
## v14.0.0
12
13
_2022-09-06_
packages/node-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-node-resolve",
- "version": "14.0.0",
+ "version": "14.0.1",
"publishConfig": {
"access": "public"
},
0 commit comments