Skip to content

Commit

Permalink
Merge pull request #221 from iambumblehead/increment-version-update-c…
Browse files Browse the repository at this point in the history
…hangelog

update versio and changelog
  • Loading branch information
iambumblehead authored Jul 30, 2023
2 parents c8076f4 + 7b08fe9 commit 35ada4d
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.3.4 _Jul.30.2023_
* [do not error when mocking commonjs](https://github.com/iambumblehead/esmock/pull/220) global values, found by @tommy-mitchell
* 2.3.3 _Jul.28.2023_
* [do not error when processing node hashbang](https://github.com/iambumblehead/esmock/pull/217) scripts from @tommy-mitchell
* [add note explaining](https://github.com/iambumblehead/esmock/pull/211) why tsx [does not work](https://github.com/esbuild-kit/tsx/issues/264)
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.3",
"version": "2.3.4",
"license": "ISC",
"readmeFilename": "README.md",
"description": "provides native ESM import and globals mocking for unit tests",
Expand Down

0 comments on commit 35ada4d

Please sign in to comment.