Installation and upgrading
To initiate a new Studio without installing the CLI globally:
npm create sanity@latest
To upgrade a v3 Studio, run this command in its folder:
npm install sanity@latest
🐛 Notable bugfixes
- Pins a dependency that was causing an infinite loop (Maximum call stack size exceeded)
📓 Full changelog
Author | Message | Commit |
---|---|---|
Espen Hovlandsdal | fix: pin get-random-values-esm to 1.0.0 | 8b09226 |