Skip to content

Commit

Permalink
Merge pull request #257 from iambumblehead/increment-resolvewith-plus
Browse files Browse the repository at this point in the history
increment resolvewithplus
  • Loading branch information
iambumblehead authored Oct 15, 2023
2 parents af69e1f + 227bfa7 commit 7466344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# changelog

* 2.5.6 _Oct.15.2023_
* [update resolver](https://github.com/iambumblehead/esmock/pull/256) to latest version, [resolves a resolution error](https://github.com/iambumblehead/resolvewithplus/releases/tag/v2.0.9) that seems to have been introduced by a previous update from the past week.
* 2.5.5 _Oct.14.2023_
* [support yarn PnP](https://github.com/iambumblehead/esmock/pull/255) @koshic
* 2.5.4 _Oct.13.2023_
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esmock",
"type": "module",
"version": "2.5.5",
"version": "2.5.6",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import and globals mocking for unit tests",
Expand Down Expand Up @@ -60,7 +60,7 @@
"node": ">=14.16.0"
},
"dependencies": {
"resolvewithplus": "^2.0.8"
"resolvewithplus": "^2.0.9"
},
"devDependencies": {
"c8": "^8.0.1",
Expand Down

0 comments on commit 7466344

Please sign in to comment.