diff --git a/CHANGELOG.md b/CHANGELOG.md index 988e418..ae6cfdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.4.2](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.3.1...v0.4.2) (2023-07-22) + + +### Bug Fixes + +* **#9:** 0.4.0 breaks usage with globals: true ([59357f1](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/59357f19f5667881a8e736ca93bf88bfeeca1394)), closes [#9](https://github.com/thomasbrodusch/vitest-fail-on-console/issues/9) +* typing export ([426f7ce](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/426f7ce55259eb525fcc560928acfa5780310e1b)), closes [#10](https://github.com/thomasbrodusch/vitest-fail-on-console/issues/10) +* update index.ts to work without global option set to true ([4665ede](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/4665ede23d9d5c109f96868536ce2c60398f361b)) + ### [0.4.1](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.3.1...v0.4.1) (2023-06-23) ### Security issues diff --git a/package.json b/package.json index 26beabb..5b7a647 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitest-fail-on-console", - "version": "0.4.1", + "version": "0.4.2", "description": "Utility to make vitest tests fail when console.error() or console.warn() are used", "scripts": { "prebuild": "rm -rf dist",