Skip to content

v3.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 15:47
· 0 commits to ae900ea746126d04103f9fbaef044bc1a2a15bf5 since this release

👷‍♂️ Patch fixes

  • Fixes problem with Vitest hanging in some scenarios. It was caused by the import of the package "sync-request". This fix reverts back to use "require()" when needed instead of using "import". (#462)