Skip to content

Commit

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

* 2.3.9 _pending_
* 2.4.0 _Sep.07.2023_
* [remove esmockDummy](https://github.com/iambumblehead/esmock/pull/233)
* [resolve issues](https://github.com/iambumblehead/esmock/issues/234) affecting node-v20.6
* [remove usage of import.meta.resolve,](https://github.com/iambumblehead/esmock/pull/237) node-v20.6 meta.resolve is not useful
* [only process 'module' and 'commonjs'](https://github.com/iambumblehead/esmock/pull/237) at the loader
* 2.3.8 _Aug.15.2023_
* [reuse moduleid regexp](https://github.com/iambumblehead/esmock/pull/231) replacing separately created regexps
* [remove esmockIsLoader.js](https://github.com/iambumblehead/esmock/pull/231) export from esmockLoader.js instead
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.3.8",
"version": "2.4.0",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import and globals mocking for unit tests",
Expand Down

0 comments on commit e11b6de

Please sign in to comment.