We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cdf1f commit 0a3cf22Copy full SHA for 0a3cf22
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+# 2.0.0
2
+
3
+## Breaking changes
4
5
+- Minimal supported Node.js version is now `10.17.0`
6
+- Add `stderr` and `stdout` to
7
+ [`error.message`](https://github.com/sindresorhus/execa#message). A new
8
+ property
9
+ [`error.shortMessage`](https://github.com/sindresorhus/execa#shortmessage) is
10
+ now available to retrieve the error message without `stderr` nor `stdout`
11
+ (#397)
12
13
+## Features
14
15
+- Upgrade to
16
+ [Execa `4.0.0`](https://github.com/sindresorhus/execa/releases/tag/v4.0.0)
17
18
# 1.1.0
19
20
## Features
0 commit comments