Skip to content

Commit f845792

Browse files
chore: release synckit (#225)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0966d2a commit f845792

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/silver-pianos-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# synckit
22

3+
## 0.11.1
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 0.11.0
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "synckit",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"type": "module",
55
"description": "Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.",
66
"repository": "https://github.com/un-ts/synckit.git",

0 commit comments

Comments
 (0)