From 7b08fe909a58448ccfa9f11d2f93c061cb8b3611 Mon Sep 17 00:00:00 2001 From: chris Date: Sun, 30 Jul 2023 14:30:37 -0700 Subject: [PATCH] update versio and changelog --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 569a5e2b..36a7cb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4b735d69..2abe507b 100644 --- a/package.json +++ b/package.json @@ -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",