diff --git a/.changeset/funny-bobcats-fly.md b/.changeset/funny-bobcats-fly.md deleted file mode 100644 index 5e9c05285..000000000 --- a/.changeset/funny-bobcats-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"synckit": patch ---- - -fix: legacy top level `types` entry should prefer `.d.cts` diff --git a/CHANGELOG.md b/CHANGELOG.md index 9582a1867..e7ecac26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # synckit +## 0.11.3 + +### Patch Changes + +- [#228](https://github.com/un-ts/synckit/pull/228) [`cc7c724`](https://github.com/un-ts/synckit/commit/cc7c724e0a3ef1fe6fa425767f50f7206f130ec4) Thanks [@JounQin](https://github.com/JounQin)! - fix: legacy top level `types` entry should prefer `.d.cts` + ## 0.11.2 ### Patch Changes diff --git a/package.json b/package.json index 7e29700b6..2dcb26ca1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synckit", - "version": "0.11.2", + "version": "0.11.3", "type": "module", "description": "Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.", "repository": "https://github.com/un-ts/synckit.git",