Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

v5.0.34 — Chocolate-Frosted Doughnut

Compare
Choose a tag to compare
@haltman-at haltman-at released this 29 Aug 22:44
· 9247 commits to develop since this release

Hello all, we've got a surprise for you: Truffle now supports Node 12! 🎁

We've also made using the Truffle console a bit easier. If you redundantly begin a command with truffle while in the Truffle console, the word truffle will now be ignored and it will work like you expect. This release also continues our incremental (but speedy! 🐇) process of moving over to org-scoped NPM packages, and fixes some bugs.

Enjoy!

How to Upgrade

We recommend upgrading to the latest version of Truffle by running:

npm uninstall -g truffle
npm install -g truffle

Changelog

Enhancements

Bug Fixes

Internal Improvements

Dependency Updates