Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

v6.12.0 – Johnnycake Cobblers 🎂

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 22:41
· 8 commits to develop since this release

 Highlights    How to Upgrade    Changelog    Related Releases 


We're moving to a betalatest release pipeline, where all non-hotfix changes are first released in a beta before being promoted to a stable release.

We'd love it if you'd start using the latest betas and let us know early and often if you find any bugs or regressions!

Highlights

v6.12.0 – Johnnycake Cobblers

Johnnycake Cobblers: another dessert with a weird name. Someone really should cook up all the release names we've used for us Trufflers to try one day! 😋

This release brings Node v14 compatibility and a new feature!


How to Upgrade

Upgrade to the latest version of ganache-cli by running:

npm

npm uninstall ganache-cli -g
npm install ganache-cli@latest -g

yarn

yarn global remove ganache-cli
yarn global add ganache-cli@latest

Changelog

Features:

Bug Fixes:

Misc:

Related Releases

💖 The Truffle Team