We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb87bf1 commit 7251a8aCopy full SHA for 7251a8a
CHANGELOG.md
@@ -10,9 +10,15 @@ New features:
10
11
Bugfixes:
12
13
-- Account for child creation to possibly fail with system error (#66 by @Hi-Angel)
+Other improvements:
14
+
15
+## [v12.0.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v12.0.0) - 2025-03-22
16
17
+Breaking changes:
18
+- Account for child creation to possibly fail with system error `BySysError` (#66 by @Hi-Angel)
19
20
Other improvements:
21
+- Changed `SpawnSyncOptions` docs to remove mention of input types other than `Buffer`, as that is all the PureScript API supports (#64 by @Hi-Angel)
22
23
## [v11.1.0](https://github.com/purescript-node/purescript-node-child-process/releases/tag/v11.1.0) - 2023-11-14
24
0 commit comments