File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ yarn next upgrade
3030bunx next upgrade
3131```
3232
33- Next.js 15 and earlier do not support the ` upgrade ` command and need to use a separate package instead:
33+ Versions before Next.js 16.1.0 do not support the ` upgrade ` command and need to use a separate package instead:
3434
3535``` bash filename="Terminal"
3636npx @next/codemod@canary upgrade latest
Original file line number Diff line number Diff line change @@ -409,6 +409,7 @@ The generated `.cpuprofile` files can be opened in Chrome DevTools (Performance
409409
410410| Version | Changes |
411411| --------- | ------------------------------------------------------------------------------- |
412+ | ` v16.1.0 ` | Add the ` next upgrade ` command |
412413| ` v16.1.0 ` | Add the ` next experimental-analyze ` command |
413414| ` v16.0.0 ` | The JS bundle size metrics have been removed from ` next build ` |
414415| ` v15.5.0 ` | Add the ` next typegen ` command |
You can’t perform that action at this time.
0 commit comments