Skip to content

Commit

Permalink
chore(release): node-resolve v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Nov 30, 2020
1 parent c30b2c0 commit 497c16f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/node-resolve/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @rollup/plugin-node-resolve ChangeLog

## v11.0.0

_2020-11-30_

### Breaking Changes

- refactor!: simplify builtins and remove `customResolveOptions` (#656)
- feat!: Mark built-ins as external (#627)
- feat!: support package entry points (#540)

### Bugfixes

- fix: refactor handling builtins, do not log warning if no local version (#637)

### Updates

- docs: fix import statements in examples in README.md (#646)

## v10.0.0

_2020-10-27_
Expand Down
2 changes: 1 addition & 1 deletion packages/node-resolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-node-resolve",
"version": "10.0.0",
"version": "11.0.0",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 497c16f

Please sign in to comment.