Skip to content

Commit 4b579ee

Browse files
committed
Fix linting
1 parent 67818f8 commit 4b579ee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Breaking changes
44

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`
5+
- The `log-process-errors/build/register` export has been removed. Please
6+
[import `log-process-errors` directly](README.md#usage) instead.
7+
- The [`testing` option value](docs/API.md#testing) `node-tap` has been renamed
8+
to `node_tap`
89
- Minimal supported Node.js version is now `12.20.0`
910
- This package is now an ES module. It can only be loaded with an `import` or
1011
`import()` statement, not `require()`. See

0 commit comments

Comments
 (0)