diff --git a/CHANGELOG.md b/CHANGELOG.md index 531c6303..8c5127fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.4.1](https://github.com/JoshuaKGoldberg/console-fail-test/compare/0.4.0...0.4.1) (2024-07-11) + +### Bug Fixes + +- Fix exported types ([#583](https://github.com/JoshuaKGoldberg/console-fail-test/issues/583)) ([09a48e2](https://github.com/JoshuaKGoldberg/console-fail-test/commit/09a48e2206ccc5f659f11d516ca4d973ef9a01a3)), closes [#531](https://github.com/JoshuaKGoldberg/console-fail-test/issues/531) + # 0.4.0 (2024-07-10) ### Bug Fixes diff --git a/package.json b/package.json index 0d6b5b5a..43a06760 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "console-fail-test", - "version": "0.4.0", + "version": "0.4.1", "description": "Gently fails test runs if the console was used during them. 📢", "repository": { "type": "git",