Released Aug 235th 2018
v0.132.8
Upgrade with:
sanity upgrade
And install the latest Command Line Interface (CLI) with:
npm install --global @sanity/cli
🐛 Notable bugfixes
- Fixed
sanity init
sometimes exiting before completion on Windows - Fixed a rare case where listeners would get invalid unicode sequences in messages on Node.js
- Fixed a missing dependency in
@sanity/base
(thanks @XslemX!)
📓 Full changelog
Author | Message | Commit |
---|---|---|
Bjørge Næss | base Add missing dependency to package.json | ffc1b63e3 |
Espen Hovlandsdal | eventsource Update EventSource dependency with unicode fix (#926) | 47cac10f5 |
Espen Hovlandsdal | cli Fix validation check that would silently crash on windows (#927) | 15b6e8db5 |