Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbrodusch committed Aug 5, 2023
1 parent 526aa1a commit 94f37d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.4.2...v0.5.0) (2023-08-05)


### Features

* **#12:** add afterEachDelay option ([526aa1a](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/526aa1a3e3d40a77669de8bc1d33ae48dafed750)), closes [#12](https://github.com/thomasbrodusch/vitest-fail-on-console/issues/12)

#### Contributors: @vojvodics

### [0.4.2](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.3.1...v0.4.2) (2023-07-22)


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.4.2",
"version": "0.5.0",
"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 94f37d5

Please sign in to comment.