diff --git a/CHANGELOG.md b/CHANGELOG.md index c680ace..13cc697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.7.1](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.7.0...v0.7.1) (2024-09-02) + + +### Bug Fixes + +* **#59:** typeerror - default is not a function ([f45eecd](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/f45eecdd5b661e93b663c1b851798ed27eaad03b)), closes [#59](https://github.com/thomasbrodusch/vitest-fail-on-console/issues/59) [/github.com/vitest-dev/vitest/issues/6352#issuecomment-2294477456](https://github.com/thomasbrodusch//github.com/vitest-dev/vitest/issues/6352/issues/issuecomment-2294477456) + ## [0.7.0](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.4.2...v0.7.0) (2024-05-10) ### Chores diff --git a/package.json b/package.json index ac3d50a..bfdbbf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitest-fail-on-console", - "version": "0.7.0", + "version": "0.7.1", "description": "Utility to make vitest tests fail when console.error() or console.warn() are used", "scripts": { "prebuild": "rm -rf dist",