Skip to content

Commit

Permalink
Merge pull request #47 from iambumblehead/increment-resolvewithplus-t…
Browse files Browse the repository at this point in the history
…o-support-stringy-export-from-got-package

increment package and version, uodate changelog
  • Loading branch information
iambumblehead authored Feb 15, 2022
2 parents a628268 + 04c0536 commit 483e92d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# changelog

* 1.7.4 _Feb.15.2022_
* increment resolvewithplus to handle stringy esm export, used by 'got'
* 1.7.3 _Feb.02.2022_
* increment resolvewithplus to handle array esm export, used by 'yargs'
* 1.7.2 _Dec.15.2021_
* remove README at npm package
* remove README at npm packagew
* 1.7.1 _Dec.15.2021_
* increment resolvewithplus, better tests
* 1.7.0 _Dec.13.2021_
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esmock",
"version": "1.7.3",
"version": "1.7.4",
"license": "MIT",
"readmeFilename": "README.md",
"description": "provides native ESM import mocking for unit tests",
Expand Down Expand Up @@ -45,7 +45,7 @@
"rewire"
],
"dependencies": {
"resolvewithplus": "^0.7.0"
"resolvewithplus": "^0.8.0"
},
"devDependencies": {
"uvu": "0.5.2",
Expand Down

0 comments on commit 483e92d

Please sign in to comment.