diff --git a/.changeset/ten-sheep-applaud.md b/.changeset/ten-sheep-applaud.md deleted file mode 100644 index fc7e0ef88..000000000 --- a/.changeset/ten-sheep-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"synckit": minor ---- - -feat!: use a single SharedArrayBuffer, remove useless `bufferSize` option diff --git a/CHANGELOG.md b/CHANGELOG.md index 04291e759..99428e201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # synckit +## 0.9.0 + +### Minor Changes + +- [#154](https://github.com/un-ts/synckit/pull/154) [`2541a1e`](https://github.com/un-ts/synckit/commit/2541a1e9b3d0e8f01f29f78ac53cb835936f6a30) Thanks [@onigoetz](https://github.com/onigoetz)! - feat!: use a single SharedArrayBuffer, remove useless `bufferSize` option + ## 0.8.8 ### Patch Changes diff --git a/package.json b/package.json index 72d726c6f..61bea370e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synckit", - "version": "0.8.8", + "version": "0.9.0", "type": "module", "description": "Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.", "repository": "git+https://github.com/un-ts/synckit.git",