From 6095818b8f64949a2307493a1c83111c50bf616d Mon Sep 17 00:00:00 2001 From: thomasbrodusch Date: Thu, 29 Feb 2024 13:22:41 +0100 Subject: [PATCH] chore(release): 0.6.1 --- CHANGELOG.md | 14 ++++++-------- package.json | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad6b51..3f5c7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,17 @@ 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)) +### [0.6.1](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.6.0...v0.6.1) (2024-02-29) -### Features +### Bug Fixes -* **#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) +* **#17:** Cannot find module 'vitest-fail-on-console' ([4704b60](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/4704b608966d4fa07dbf35c787ae6b6fd88d41fe)), closes [#17](https://github.com/thomasbrodusch/vitest-fail-on-console/issues/17) +## [0.6.0](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.4.2...v0.6.0) (2024-02-26) -### Bug Fixes +### Features +* [SECURITY] update packages.json dependancies ([3e55e97](https://github.com/thomasbrodusch/vitest-fail-on-console/commit/3e55e97181121ace8b90ca4fbccbd5d927ea47f1)) -* 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 9bd39ba..1669514 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitest-fail-on-console", - "version": "0.6.0", + "version": "0.6.1", "description": "Utility to make vitest tests fail when console.error() or console.warn() are used", "scripts": { "prebuild": "rm -rf dist",