SUSHI 3.20.1 improves handling of extension slices and choice slices in certain edge cases. See links to individual PRs below for details.
What's Changed
- Fix versioned extension checks by @GinoCanessa in #1630
- Fix processing of slices on choice elements by @cmoesel in #1629
- Replace extract zip by @cmoesel in #1632
New Contributors
- @GinoCanessa made their first contribution in #1630
Install or Update
SUSHI 3.20.1 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.20.1, run the following command:
$ npm install -g fsh-sushi
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v
To revert back to the previous version of SUSHI, you can run the following command:
$ npm install -g fsh-sushi@3.20.0
Full Changelog: v3.20.0...v3.20.1