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",