diff --git a/.changeset/breezy-olives-complain.md b/.changeset/breezy-olives-complain.md deleted file mode 100644 index f08ef96be..000000000 --- a/.changeset/breezy-olives-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'synckit': patch ---- - -chore: add donate and funding fields, update node engine field diff --git a/CHANGELOG.md b/CHANGELOG.md index e590ffc80..e1d89084a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # synckit +## 0.7.2 + +### Patch Changes + +- [`1101ede`](https://github.com/un-ts/synckit/commit/1101ede3fbc02df1561c9f84a183b3dbd8f8e7cb) Thanks [@JounQin](https://github.com/JounQin)! - chore: add donate and funding fields, update node engine field + ## 0.7.1 ### Patch Changes diff --git a/package.json b/package.json index 5d183b7ca..8a6c9d813 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synckit", - "version": "0.7.1", + "version": "0.7.2", "type": "module", "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",