Skip to content

Commit 784f249

Browse files
chore: release synckit v0.8.0 (#91)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ffcf174 commit 784f249

4 files changed

Lines changed: 16 additions & 18 deletions

File tree

.changeset/calm-bees-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-dolls-ring.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# synckit
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [#90](https://github.com/un-ts/synckit/pull/90) [`ffcf174`](https://github.com/un-ts/synckit/commit/ffcf174aae7f735f3706c11673cf40d79c6cdc16) Thanks [@JounQin](https://github.com/JounQin)! - build!: drop Node 12 support, remove testing on Node 14
8+
9+
- [#90](https://github.com/un-ts/synckit/pull/90) [`ffcf174`](https://github.com/un-ts/synckit/commit/ffcf174aae7f735f3706c11673cf40d79c6cdc16) Thanks [@JounQin](https://github.com/JounQin)! - feat: support more ts runners for TypeScript files
10+
11+
- https://github.com/TypeStrong/ts-node
12+
- https://github.com/egoist/esbuild-register
13+
- https://github.com/folke/esbuild-runner
14+
- https://github.com/esbuild-kit/tsx
15+
16+
Feel free to PR to add more runner support like [`swc`](https://github.com/swc-project/swc) if you want
17+
318
## 0.7.3
419

520
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "synckit",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"type": "module",
55
"description": "Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.",
66
"repository": "git+https://github.com/rx-ts/synckit.git",

0 commit comments

Comments
 (0)