diff --git a/.changeset/shiny-kids-check.md b/.changeset/shiny-kids-check.md deleted file mode 100644 index 451ef2345..000000000 --- a/.changeset/shiny-kids-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"synckit": patch ---- - -fix: unexpected null pointer exception due to race condition diff --git a/CHANGELOG.md b/CHANGELOG.md index 0660cd8ad..e92c8b5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # synckit +## 0.10.4 + +### Patch Changes + +- [#245](https://github.com/un-ts/synckit/pull/245) [`bc77666`](https://github.com/un-ts/synckit/commit/bc776665e053e57fa2ae376b32afdca471ed794c) Thanks [@JounQin](https://github.com/JounQin)! - fix: unexpected null pointer exception due to race condition + ## 0.10.3 ### Patch Changes diff --git a/package.json b/package.json index 69097b962..453009179 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synckit", - "version": "0.10.3", + "version": "0.10.4", "type": "module", "description": "Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.", "repository": "git+https://github.com/un-ts/synckit.git",