Skip to content

Commit

Permalink
chore(release): node-resolve v15.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Workflow committed Aug 22, 2023
1 parent daf06f7 commit 767a8f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/node-resolve/CHANGELOG.md
@@ -1,5 +1,13 @@
# @rollup/plugin-node-resolve ChangeLog

## v15.2.1

_2023-08-22_

### Bugfixes

- fix: Implement package exports / imports resolution algorithm according to Node documentation [#1549](https://github.com/rollup/plugins/pull/1549)

## v15.2.0

_2023-08-17_
Expand Down
2 changes: 1 addition & 1 deletion packages/node-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-node-resolve",
"version": "15.2.0",
"version": "15.2.1",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 767a8f5

Please sign in to comment.