Add upgrading guide from Next.js 9 to 10 (#19101)

There are no breaking changes but we're seeing some reports of confusion because there's no section for 9 to 10, so this adds it.
This commit is contained in:
Tim Neutkens 2020-11-12 16:22:59 +01:00 committed by GitHub
parent 88db0c79c8
commit feb0cb497b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,17 @@ description: Learn how to upgrade Next.js.
# Upgrade Guide
## Upgrading from version 8 to 9.0.x
## Upgrading from version 9 to 10
There were no breaking changes between version 9 and 10.
To upgrade run the following command:
```
npm install next@latest
```
## Upgrading from version 8 to 9
### Preamble