Skip to content

Commit

Permalink
chore(release): 0.9.3 [skip ci]
Browse files Browse the repository at this point in the history
antongolub committed Dec 17, 2024
1 parent bbac4fe commit 2e0d9ca
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.9.3](https://github.com/webpod/zurk/compare/v0.9.2...v0.9.3) (2024-12-17)

### Fixes & improvements
* fix: apply forced stdio destroy for abort flow only ([bbac4fe](https://github.com/webpod/zurk/commit/bbac4fe9577eb85b52396b3e92028909094768b3))
* fix: force stdio destroy on `abort/child.kill()` ([cd32992](https://github.com/webpod/zurk/commit/cd3299235bb2c0b31c59d4533510b0c751b55b66))

## [0.9.2](https://github.com/webpod/zurk/compare/v0.9.1...v0.9.2) (2024-12-09)

### Fixes & improvements
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zurk",
"version": "0.9.2",
"version": "0.9.3",
"description": "A generic process spawner",
"type": "module",
"main": "target/cjs/index.cjs",

0 comments on commit 2e0d9ca

Please sign in to comment.