Releases: makenowjust-labs/recheck
Releases · makenowjust-labs/recheck
v4.5.0-beta.6
This release contains a fix to add recheck-macos-arm64
to recheck
's optionalDependencies
correctly. Please use this instead of v4.5.0-beta.5
.
Full Changelog: v4.5.0-beta.5...v4.5.0-beta.6
v4.5.0-beta.5
This release contains a new package recheck-macos-arm64
. This means that recheck
JS package now works on Apple M1 with a native binary.
New Contributors
- @denis-sokolov made their first contribution in #1009
- @ydah made their first contribution in #1123
Full Changelog: v4.5.0-beta.4...v4.5.0-beta.5
v4.5.0-beta.4
Update CHANGELOG.md
v4.5.0-beta.3
Merge pull request #804 from makenowjust-labs/publish-flow
v4.5.0-beta.2
Update CHANGELOG.md
v4.5.0-beta.1
Update CHANGELOG.md
v4.4.5
Fixes:
- #768 Show
stderr
output of agent processes (@makenowjust)
Misc:
- #767 Fix links in doc comments (@makenowjust)
v4.4.4
Fixes:
- #760 Pin the version of the CI environments for preventing GLIBC version warning (@makenowjust)
- #764 Remove deprecated
System.runFinalizer
call (@makenowjust)
Misc:
- #761 Use
$GITHUB_OUTPUT
instead ofset-output
(@makenowjust) - #753 Update circe-core, circe-generic, ... to 0.14.4 (@makenowjust)
- #762 Rename artifact files before release (@makenowjust)
- #765 Remove useless
@nowarn
annotation (@makenowjust)
v4.4.3
Fixes:
- #720 Correctly fix
esbuild
config for Node v14 (@makenowjust)
Misc:
- #700 Update workflow for using coursier/setup-action (@makenowjust)
- #705 Update GraalVM version (@makenowjust)
- #711 Update copyright year 2022 -> 2023 (@makenowjust)
v4.4.2
New Features:
- #698 Add
recommended
config to the ESLint plugin (@makenowjust)
Misc:
- #501 Convert duration params to integer explicitly on playground (@makenowjust)
- #609 Update Node.js to v18 (@makenowjust)
- #699 Use
action-gh-release
(@makenowjust)