diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3a0640c..856a91250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [40.0.2](https://github.com/ipfs/aegir/compare/v40.0.1...v40.0.2) (2023-07-27) + + +### Bug Fixes + +* hard code mocha runner for pw-test ([#1343](https://github.com/ipfs/aegir/issues/1343)) ([02e36b6](https://github.com/ipfs/aegir/commit/02e36b64405da2045a5421de27307e33ec24ccf2)) + ## [40.0.1](https://github.com/ipfs/aegir/compare/v40.0.0...v40.0.1) (2023-07-26) diff --git a/package.json b/package.json index 966df9989..d2758bffd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "40.0.1", + "version": "40.0.2", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",