Skip to content

Commit

Permalink
Merge pull request #268 from iambumblehead/increment-version-release-…
Browse files Browse the repository at this point in the history
…notes

increment package.json and update CHANGELOG.md
  • Loading branch information
iambumblehead authored Nov 7, 2023
2 parents b95fdb1 + c6691dd commit cbe83c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# changelog

* 2.5.9 _Nov.11.2023_
* 2.6.0 _Nov.07.2023_
* [typings: make MockFunction generic,](https://github.com/iambumblehead/esmock/pull/267) thanks @uwinkelvos
* 2.5.9 _Nov.01.2023_
* [mock Array-type default export,](https://github.com/iambumblehead/esmock/pull/266) thanks @altearius
* [support json import mocking,](https://github.com/iambumblehead/esmock/pull/247) only working at node v21, see [node#49724](https://github.com/nodejs/node/issues/49724)
* 2.5.8 _Oct.23.2023_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esmock",
"type": "module",
"version": "2.5.9",
"version": "2.6.0",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import and globals mocking for unit tests",
Expand Down

0 comments on commit cbe83c1

Please sign in to comment.