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 13, 2023
1 parent 029647f commit 11907e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.1 _Sep.12.2023_
* [resolve existing ".ts" files,](https://github.com/iambumblehead/esmock/pull/243) rather than ".js" files, when typescript detected
* 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)
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.0",
"version": "2.5.1",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import and globals mocking for unit tests",
Expand Down

0 comments on commit 11907e8

Please sign in to comment.