diff --git a/.changeset/kind-sloths-cross.md b/.changeset/kind-sloths-cross.md deleted file mode 100644 index 2a7f23ec0..000000000 --- a/.changeset/kind-sloths-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"synckit": patch ---- - -feat: migrate `@pkgr/utils` to lite `@pkgr/core` - This will make the whole package much more smaller diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb3eca3f..04291e759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # synckit +## 0.8.8 + +### Patch Changes + +- [#148](https://github.com/un-ts/synckit/pull/148) [`7b6a0eb`](https://github.com/un-ts/synckit/commit/7b6a0eb2c7e1f4482c72dc89e0f7474cd1bcc6d9) Thanks [@JounQin](https://github.com/JounQin)! - feat: migrate `@pkgr/utils` to lite `@pkgr/core` - This will make the whole package much more smaller + ## 0.8.7 ### Patch Changes diff --git a/package.json b/package.json index 0dc57cb78..72d726c6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synckit", - "version": "0.8.7", + "version": "0.8.8", "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",