Skip to content

Commit

Permalink
update CHANGELOG, increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Sep 11, 2023
1 parent b703118 commit fccb5a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# changelog

* 2.4.2 _tbd_
* 2.5.0 _Sep.09.2023_
* [remove duplicate nextLoad call](https://github.com/iambumblehead/esmock/pull/239)
* [add support for initialize hook](https://github.com/iambumblehead/esmock/pull/240)
* 2.4.1 _Sep.07.2023_
* [detect null AND undefined](https://github.com/iambumblehead/esmock/pull/238) loader-resolved source defintions
* restore commented-out test affected by un-caught `undefined` source definitions
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.4.1",
"version": "2.5.0",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import and globals mocking for unit tests",
Expand Down

0 comments on commit fccb5a7

Please sign in to comment.