diff --git a/.changeset/fifty-pets-taste.md b/.changeset/fifty-pets-taste.md deleted file mode 100644 index 99b22b293..000000000 --- a/.changeset/fifty-pets-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"synckit": patch ---- - -fix: improve compatibility with node >=8.10 <12.11 diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e5c0546..17d90f9ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # synckit +## 0.3.2 + +### Patch Changes + +- [#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 + ## 0.3.1 ### Patch Changes diff --git a/package.json b/package.json index 16f8e2d38..6c26a6d82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synckit", - "version": "0.3.1", + "version": "0.3.2", "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 ",