diff --git a/.changeset/silver-pianos-hide.md b/.changeset/silver-pianos-hide.md deleted file mode 100644 index cba444d93..000000000 --- a/.changeset/silver-pianos-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"synckit": patch ---- - -fix: add missing `MessageChannel` from `node:worker_threads` for Node 14 compatibility diff --git a/CHANGELOG.md b/CHANGELOG.md index ee799d831..4badc1c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # synckit +## 0.11.1 + +### Patch Changes + +- [#224](https://github.com/un-ts/synckit/pull/224) [`0966d2a`](https://github.com/un-ts/synckit/commit/0966d2aa2f9a8d4b2c8692edf6b2e2d150f8b9ed) Thanks [@JounQin](https://github.com/JounQin)! - fix: add missing `MessageChannel` from `node:worker_threads` for Node 14 compatibility + ## 0.11.0 ### Minor Changes diff --git a/package.json b/package.json index e448b0f32..ca077756c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synckit", - "version": "0.11.0", + "version": "0.11.1", "type": "module", "description": "Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.", "repository": "https://github.com/un-ts/synckit.git",