From 46c10e85bcec3613411b362ba1cbbd8a88985cd7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jun 2024 17:30:48 +0000 Subject: [PATCH] chore(release): 7.0.1 [skip ci] ## [7.0.1](https://github.com/Second-Live/karma-up/compare/v7.0.0...v7.0.1) (2024-06-11) ### Bug Fixes * unhandledrejection should call log with second parameter as array ([f1d57a3](https://github.com/Second-Live/karma-up/commit/f1d57a3d4f9bffab013971729654ed7ad6ec640d)) --- 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 ac190645..1d4802e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.0.1](https://github.com/Second-Live/karma-up/compare/v7.0.0...v7.0.1) (2024-06-11) + + +### Bug Fixes + +* unhandledrejection should call log with second parameter as array ([f1d57a3](https://github.com/Second-Live/karma-up/commit/f1d57a3d4f9bffab013971729654ed7ad6ec640d)) + # [7.0.0](https://github.com/Second-Live/karma-up/compare/v6.4.2...v7.0.0) (2024-06-11) diff --git a/package-lock.json b/package-lock.json index 7de0288e..e4ebcea7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "karma-up", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "karma-up", - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "dependencies": { "ansis": "^3.2.0", diff --git a/package.json b/package.json index 45beb275..a3b8f122 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "engines": { "node": ">= 18" }, - "version": "7.0.0", + "version": "7.0.1", "license": "MIT", "scripts": { "lint": "eslint . --ext js --ignore-pattern *.tpl.js",