From 619d6c8fa26762ad15e850eb6a0dbf1cfc539ffd Mon Sep 17 00:00:00 2001 From: thomasbrodusch Date: Fri, 18 Aug 2023 15:13:45 +0200 Subject: [PATCH] chore(release): 0.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 497c4c1..cadd76d 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.5.1](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.4.2...v0.5.1) (2023-08-18) + + +### Bug Fixes + +* add vitest as a dependency ([6d5a835](https://github.com/thomasbrodusch/vitest-fail-on-console/commits/6d5a835467270142b8265b8f6c69b02740dfedc3)) + ## [0.5.0](https://github.com/thomasbrodusch/vitest-fail-on-console/compare/v0.4.2...v0.5.0) (2023-08-05) diff --git a/package.json b/package.json index c314d0c..7301b40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vitest-fail-on-console", - "version": "0.5.0", + "version": "0.5.1", "description": "Utility to make vitest tests fail when console.error() or console.warn() are used", "scripts": { "prebuild": "rm -rf dist",