Release 1.4.0
Summary
This release enables using absolute paths to the fuzz targets. It also includes cleanups and CI improvements.
What's Changed
- docs: fix typo and explain FuzzedDataProvider in Jest documentation by @kyakdan in #311
- Enable merge groups by @0xricksanchez in #320
- Remove unnecessary excluded flag on CLI by @0xricksanchez in #316
- Switch from auto-merge action to gh command by @bertschneider in #325
- Switch to fixed number of runs in flaky promise test by @bertschneider in #330
- Change Jazzer.js fuzz tests to fixed number of runs by @0xricksanchez in #321
- improve CI build times by limiting runs by @0xricksanchez in #337
- Enable providing fuzz targets using absolute paths by @kyakdan in #341
Full Changelog: v1.3.0...v1.4.0