Commit 9d43ddf 1 parent 2eabd3f commit 9d43ddf Copy full SHA for 9d43ddf
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,15 @@ and this project adheres to
12
12
13
13
- Add ` main ` and ` module ` fields to ` package.json ` . This helps tools such as
14
14
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 `
15
17
16
18
## [ 6.0.3] ( https://github.com/nfriedly/express-rate-limit/releases/tag/v6.0.3 )
17
19
18
20
### Changed
19
21
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
22
24
[ isn't supported in node.js prior to 14.x] ( https://node.green/#ES2020-features--nullish-coalescing-operator----- ) .
23
25
24
26
## [ 6.0.2] ( https://github.com/nfriedly/express-rate-limit/releases/v6.0.2 )
You can’t perform that action at this time.
0 commit comments