From 941e4b09003a8f5491aa144ec3f6737cb4b13e99 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Dec 2023 09:02:25 +0000 Subject: [PATCH] chore(release): 2.4.1 [skip ci] ## [2.4.1](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.4.0...v2.4.1) (2023-12-05) ### Bug Fixes * formatting for test failed results ([#47](https://github.com/getndazn/kopytko-unit-testing-framework/issues/47)) ([01bc9fa](https://github.com/getndazn/kopytko-unit-testing-framework/commit/01bc9fa41860b7cf1cf6f5cc64e25790eadc33ca)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60694c4..fac8d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.1](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.4.0...v2.4.1) (2023-12-05) + + +### Bug Fixes + +* formatting for test failed results ([#47](https://github.com/getndazn/kopytko-unit-testing-framework/issues/47)) ([01bc9fa](https://github.com/getndazn/kopytko-unit-testing-framework/commit/01bc9fa41860b7cf1cf6f5cc64e25790eadc33ca)) + # [2.4.0](https://github.com/getndazn/kopytko-unit-testing-framework/compare/v2.3.2...v2.4.0) (2023-12-01) diff --git a/package-lock.json b/package-lock.json index 596e3d7..0e30b9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dazn/kopytko-unit-testing-framework", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dazn/kopytko-unit-testing-framework", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { "fs-extra": "^10.0.0", diff --git a/package.json b/package.json index fcec00f..2ece3fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dazn/kopytko-unit-testing-framework", - "version": "2.4.0", + "version": "2.4.1", "description": "Kopytko Unit Testing Framework", "scripts": { "lint": "eslint ./"