Skip to content

Commit 0a3cf22

Browse files
committed
Update changelog
1 parent 02cdf1f commit 0a3cf22

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
118
# 1.1.0
219

320
## Features

0 commit comments

Comments
 (0)