Release 1.6.1
This release enables instrumentation in Jest when in fuzzing mode, and thus reverts the change introduced in version 1.6.0.
In addition, from now on the version of each workspace is now pinned, which prevents the @jazzer.js packages to use wrong versions of each other.
What's Changed
- Bugfix: Always instrument in fuzzing mode by @bertschneider in #547
- Tests: Add release canary test by @br-lewis in #525