From 0b87bcd8b1ae3c60ad5c04a6a3de990290294656 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Nov 2023 07:15:49 +0000 Subject: [PATCH] chore(release): 41.1.5 [skip ci] ## [41.1.5](https://github.com/ipfs/aegir/compare/v41.1.4...v41.1.5) (2023-11-02) ### Bug Fixes * if a test run looks like it's hung during coverage, kill it ([#1406](https://github.com/ipfs/aegir/issues/1406)) ([8b526fc](https://github.com/ipfs/aegir/commit/8b526fc6dbaabca32ea0e8b95866bf1eb5df433b)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b18f56e97..3ba557f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [41.1.5](https://github.com/ipfs/aegir/compare/v41.1.4...v41.1.5) (2023-11-02) + + +### Bug Fixes + +* if a test run looks like it's hung during coverage, kill it ([#1406](https://github.com/ipfs/aegir/issues/1406)) ([8b526fc](https://github.com/ipfs/aegir/commit/8b526fc6dbaabca32ea0e8b95866bf1eb5df433b)) + ## [41.1.4](https://github.com/ipfs/aegir/compare/v41.1.3...v41.1.4) (2023-10-30) diff --git a/package.json b/package.json index a8d96f8cc..b743f01f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "41.1.4", + "version": "41.1.5", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",