Skip to content

Commit

Permalink
Drop node 12 support (next major) (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Oct 20, 2022
1 parent 55a285b commit cd459ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## next

- breaking: drop node 12.x support, requires 14.x. Recommended minimum to `^14.13.1`.

## 12.1.0

- fix: appWithTranslation re-renders _app when the locale is changed (#1954)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"types": "dist/types/types.d.ts",
"license": "MIT",
"engines": {
"node": ">=12"
"node": ">=14"
},
"description": "The easiest way to translate your NextJs apps.",
"keywords": [
Expand Down

0 comments on commit cd459ef

Please sign in to comment.