Skip to content

Commit 770364a

Browse files
chore: release synckit v0.3.2 (#36)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 578db5b commit 770364a

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/fifty-pets-taste.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.3.2
4+
5+
### Patch Changes
6+
7+
- [#35](https://github.com/rx-ts/synckit/pull/35) [`578db5b`](https://github.com/rx-ts/synckit/commit/578db5bd33fdd137ca09b450a211e46d3f7299cf) Thanks [@JounQin](https://github.com/JounQin)! - fix: improve compatibility with node >=8.10 <12.11
8+
39
## 0.3.1
410

511
### Patch 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.3.1",
3+
"version": "0.3.2",
44
"description": "Perform async work synchronously in Node.js using `worker_threads`, or `child_process` as fallback, with first-class TypeScript support.",
55
"repository": "git+https://github.com/rx-ts/synckit.git",
66
"author": "JounQin <admin@1stg.me>",

0 commit comments

Comments
 (0)