SUSHI 3.3.3 is a patch release that fixes a bug and improves logging in some cases.
What's Changed
- Fix problem with contentReference and Logic Models by @bkaney in #1334
- Log a warning when conformance and terminology instances default to Usage: #example by @jafeltra in #1329
- Log stacks from unexpected errors at the debug level by @cmoesel in #1331
- Better regression report by @cmoesel in #1332
Install or Update
SUSHI 3.3.3 is the latest stable release of fsh-sushi. To install or update to SUSHI 3.3.3, run the following command:
$ npm install -g fsh-sushi
To revert to the previous SUSHI stable release (3.3.2), run the following command:
$ npm install -g fsh-sushi@3.3.2
To check or confirm what version of SUSHI you have installed, you can run the following command:
$ sushi -v
Full Changelog: v3.3.2...v3.3.3