Is it just a matter of changing the version of payload in the package.json file and run npm install?
Yes, I would just run
npm updateor
yarn upgradewithout changing version if you have specified version range inside
package.jsonIf you did not specify range such as
^3.2.2(notice the caret) then yes, you have to change the version on your own inside
package.jsonOkay! Thank you very much
And there's no need to do anything else
👍 You can also run
yarn add payload@latestor
npm install payload@latestto have your package.json auto-update to the latest stable release
Amazing! Thank you!
I'd also recommend looking through the Release notes to look for anything of note between your current version and latest
https://github.com/payloadcms/payload/releasesStar
Discord
online
Get dedicated engineering support directly from the Payload team.