Cicero 0.12.4 🥚
This release features offline support for Cicero, and bug / security fixes.
Install the latest release of the Cicero command-line tool with
npm i -g @accordproject/cicero-cli
Cicero Offline
✈️ Work on the plane! Cicero will cache external models for you, so you can work on your templates while offline. (#361)
Fixes
- Now properly checks for well-formed semver (PR #362)
- Dependency upgrade to Axios 0.19 for security