Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jul 10, 2024
1 parent 97346e1 commit e3a1d30
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e3a1d30

Please sign in to comment.