Skip to content

Commit 9d43ddf

Browse files
committedJan 2, 2022
doc: update 6.0.4 changelog to mention engines.node change in package-lock.json
1 parent 2eabd3f commit 9d43ddf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎changelog.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ and this project adheres to
1212

1313
- Add ` main` and `module` fields to `package.json`. This helps tools such as
1414
ESLint that do not yet support the `exports` field.
15+
- Bumped the minimum node.js version in `package-lock.json` to match
16+
`package.json`
1517

1618
## [6.0.3](https://github.com/nfriedly/express-rate-limit/releases/tag/v6.0.3)
1719

1820
### Changed
1921

20-
- Bumped minimum Node version from 12.9 to 14.5 because the transpiled output
21-
uses the nullish coalescing operator (`??`), which
22+
- Bumped minimum Node version from 12.9 to 14.5 in `package.json` because the
23+
transpiled output uses the nullish coalescing operator (`??`), which
2224
[isn't supported in node.js prior to 14.x](https://node.green/#ES2020-features--nullish-coalescing-operator-----).
2325

2426
## [6.0.2](https://github.com/nfriedly/express-rate-limit/releases/v6.0.2)

0 commit comments

Comments
 (0)
Please sign in to comment.