diff --git a/.changeset/soft-carrots-tell.md b/.changeset/soft-carrots-tell.md deleted file mode 100644 index 56e0509d1..000000000 --- a/.changeset/soft-carrots-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"synckit": patch ---- - -fix: `worker_threads` API changes a lot diff --git a/CHANGELOG.md b/CHANGELOG.md index 17d90f9ed..92a8d5e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # synckit +## 0.3.3 + +### Patch Changes + +- [#37](https://github.com/rx-ts/synckit/pull/37) [`4ae675a`](https://github.com/rx-ts/synckit/commit/4ae675ad4b0bc02ac459e9d49319154048ee40dd) Thanks [@JounQin](https://github.com/JounQin)! - fix: `worker_threads` API changes a lot + ## 0.3.2 ### Patch Changes diff --git a/package.json b/package.json index 6c26a6d82..d685f533b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synckit", - "version": "0.3.2", + "version": "0.3.3", "description": "Perform async work synchronously in Node.js using `worker_threads`, or `child_process` as fallback, with first-class TypeScript support.", "repository": "git+https://github.com/rx-ts/synckit.git", "author": "JounQin ",