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 9bb05ae commit cd5b1c8Copy full SHA for cd5b1c8
packages/node-resolve/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# @rollup/plugin-node-resolve ChangeLog
2
3
+## v13.2.2
4
+
5
+_2022-05-02_
6
7
+### Bugfixes
8
9
+- fix: Respect if other plugins resolve the resolution to a different id (#1181)
10
+- fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
11
+- fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)
12
13
## v13.2.1
14
15
_2022-04-15_
packages/node-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-node-resolve",
- "version": "13.2.1",
+ "version": "13.2.2",
"publishConfig": {
"access": "public"
},
0 commit comments