Skip to content

Commit 25b923a

Browse files
chore(release): new release (#592)
1 parent a0f6257 commit 25b923a

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/feat-purge-exact-matching.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# enhanced-resolve
22

3+
## 5.22.0
4+
5+
### Minor Changes
6+
7+
- `CachedInputFileSystem#purge` accepts a second `{ exact?: boolean }` argument; `exact: true` removes only entries whose key matches `what` exactly instead of any entry whose key starts with `what`. (by [@alexander-akait](https://github.com/alexander-akait) in [#591](https://github.com/webpack/enhanced-resolve/pull/591))
8+
39
## 5.21.6
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enhanced-resolve",
3-
"version": "5.21.6",
3+
"version": "5.22.0",
44
"description": "Offers a async require.resolve function. It's highly configurable.",
55
"homepage": "http://github.com/webpack/enhanced-resolve",
66
"repository": {

0 commit comments

Comments
 (0)