Bugfixes
Published: June 19, 2024
v3.47.1
Installation and upgrading
To initiate a new Studio without installing the CLI globally:
npm create sanity@latestpnpm create sanity@latestyarn create sanity@latestbun create sanity@latestTo upgrade a v3 Studio, run this command in its folder:
npm install sanity@latestpnpm add sanity@latestyarn add sanity@latestbun add sanity@latest🐛 Notable bugfixes
- Fixes a potential crash in certain javascript environments when trying to access process.env
- Errors occuring during a migration now provides more details