Skip to content

Commit

Permalink
chore(release): 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbrodusch committed Sep 2, 2024
1 parent 785f87b commit f1643ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f1643ae

Please sign in to comment.