Changelog 3.0.2 (2021-10-08) Bug Fixes package: run prepublish script in sequence (#34) (77f1dbf) 3.0.1 (2021-10-07) Bug Fixes print correct diff in error message (896ccad) typings: include Jest extensions from lib's entrypoint (9b76880) 3.0.0 (2021-09-28) ⚠ BREAKING CHANGES changes the precision from 110^-x to be 510^-(x+1) Features format response similar to jest-closeTo (bfcef08) support typed arrays (b43349a), closes #20 Bug Fixes add ambient jest to build (31600ba), closes #19 remove package-lock (02409ca) Miscellaneous Chores update default precision from jest-closeTo (880d084), closes #23