Skip to content

Commit 30ec93b

Browse files
committed
Update CHANGELOG
1 parent f4efd69 commit 30ec93b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 7.0.0
2+
3+
## Breaking changes
4+
5+
- The `log-process-errors/build/register` export has been removed.
6+
Please [import `log-process-errors` programmatically](README.md#usage) instead.
7+
- The [`testing` option value](docs/API.md#testing) `node-tap` has been renamed to `node_tap`
8+
- Minimal supported Node.js version is now `12.20.0`
9+
- This package is now an ES module. It can only be loaded with an `import` or
10+
`import()` statement, not `require()`. See
11+
[this post for more information](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c).
12+
13+
## Features
14+
15+
- Improve colors detection
16+
117
# 6.3.0
218

319
## Features

0 commit comments

Comments
 (0)