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 c30b2c0 commit 497c16fCopy full SHA for 497c16f
packages/node-resolve/CHANGELOG.md
@@ -1,5 +1,23 @@
1
# @rollup/plugin-node-resolve ChangeLog
2
3
+## v11.0.0
4
+
5
+_2020-11-30_
6
7
+### Breaking Changes
8
9
+- refactor!: simplify builtins and remove `customResolveOptions` (#656)
10
+- feat!: Mark built-ins as external (#627)
11
+- feat!: support package entry points (#540)
12
13
+### Bugfixes
14
15
+- fix: refactor handling builtins, do not log warning if no local version (#637)
16
17
+### Updates
18
19
+- docs: fix import statements in examples in README.md (#646)
20
21
## v10.0.0
22
23
_2020-10-27_
packages/node-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-node-resolve",
- "version": "10.0.0",
+ "version": "11.0.0",
"publishConfig": {
"access": "public"
},
0 commit comments