From 9c769d3a94fe347ba34fbd3496af8288d2ebea88 Mon Sep 17 00:00:00 2001 From: thomasbrodusch Date: Mon, 26 Feb 2024 14:30:17 +0100 Subject: [PATCH] chore(release): 0.6.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadd76d..2ad6b51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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.6.0](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.4.2...v0.6.0) (2024-02-26) + +### Features +* [SECURITY] update packages.json dependancies ([3e55e97](https://github.com/thomasbrodusch/vitest-fail-on-console/commit/3e55e97181121ace8b90ca4fbccbd5d927ea47f1)) + +### 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) + + +### Bug Fixes + +* add vitest as a dependency ([6d5a835](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/6d5a835467270142b8265b8f6c69b02740dfedc3)) + ### [0.5.1](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.4.2...v0.5.1) (2023-08-18) diff --git a/package.json b/package.json index 196bcb8..9bd39ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitest-fail-on-console", - "version": "0.5.1", + "version": "0.6.0", "description": "Utility to make vitest tests fail when console.error() or console.warn() are used", "scripts": { "prebuild": "rm -rf dist",