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 673079c commit 9d9b359Copy full SHA for 9d9b359
packages/node-resolve/CHANGELOG.md
@@ -1,5 +1,17 @@
1
# @rollup/plugin-node-resolve ChangeLog
2
3
+## v13.0.0
4
+
5
+_2021-05-04_
6
7
+### Breaking Changes
8
9
+- fix!: mark module as external if resolved module is external (#799)
10
11
+### Features
12
13
+- feat: Follow up to #843, refining exports and browser field interaction (#866)
14
15
## v12.0.0
16
17
_2021-05-04_
packages/node-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-node-resolve",
- "version": "12.0.0",
+ "version": "13.0.0",
"publishConfig": {
"access": "public"
},
0 commit comments