diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..531c6303 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# 0.4.0 (2024-07-10) + +### Bug Fixes + +- don't crash when printing recursive objects ([#208](https://github.com/JoshuaKGoldberg/console-fail-test/issues/208)) ([a4cdf34](https://github.com/JoshuaKGoldberg/console-fail-test/commit/a4cdf3453bc17a3b90196e1cf5b154f474364e41)) +- **jest:** Allow being used inside Jest beforeAll ([442c07c](https://github.com/JoshuaKGoldberg/console-fail-test/commit/442c07c57189bd177bfc6a6156ce050af739c97f)), closes [#72](https://github.com/JoshuaKGoldberg/console-fail-test/issues/72) +- refresh tooling with create-typescript-app@1.62 ([#574](https://github.com/JoshuaKGoldberg/console-fail-test/issues/574)) ([97346e1](https://github.com/JoshuaKGoldberg/console-fail-test/commit/97346e19ecf93b0c4fd0da4c94392174d8020077)), closes [#531](https://github.com/JoshuaKGoldberg/console-fail-test/issues/531) +- use public-facing Vitest spy mock functions ([#205](https://github.com/JoshuaKGoldberg/console-fail-test/issues/205)) ([29a8d50](https://github.com/JoshuaKGoldberg/console-fail-test/commit/29a8d50af467e2a80e5406027c7bc4cd6e8320bc)) + +### Features + +- added Vitest support ([#203](https://github.com/JoshuaKGoldberg/console-fail-test/issues/203)) ([a77f9b0](https://github.com/JoshuaKGoldberg/console-fail-test/commit/a77f9b0deed60293d6c2b73167c74922c50ca861)) diff --git a/package.json b/package.json index e2d33f60..11b2bd3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "console-fail-test", - "version": "0.3.0", + "version": "0.4.0", "description": "Gently fails test runs if the console was used during them. 📢", "repository": { "type": "git",