Skip to content

Commit 818dc97

Browse files
chore: release synckit v0.6.1 (#75)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent da19076 commit 818dc97

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/tiny-starfishes-trade.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.6.1
4+
5+
### Patch Changes
6+
7+
- [`da19076`](https://github.com/rx-ts/synckit/commit/da1907659806b31b49a6e9c73ae07b160bb02ff9) Thanks [@JounQin](https://github.com/JounQin)! - fix: extract and apply error properties
8+
39
## 0.6.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.6.0",
3+
"version": "0.6.1",
44
"type": "module",
55
"description": "Perform async work synchronously in Node.js using `worker_threads`, or `child_process` as fallback, with first-class TypeScript support.",
66
"repository": "git+https://github.com/rx-ts/synckit.git",

0 commit comments

Comments
 (0)