diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab618076..5797e1202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [40.0.4](https://github.com/ipfs/aegir/compare/v40.0.3...v40.0.4) (2023-07-31) + + +### Bug Fixes + +* update versions ([d8c3ba1](https://github.com/ipfs/aegir/commit/d8c3ba1436d55f01cb201a586737eb6e59a301ca)) + + +### Trivial Changes + +* fix dep check ([40e56df](https://github.com/ipfs/aegir/commit/40e56dfffe9e7a1f58c2f6a42960923713e6f98f)) + ## [40.0.3](https://github.com/ipfs/aegir/compare/v40.0.2...v40.0.3) (2023-07-31) diff --git a/package.json b/package.json index 6b14b05b2..5c7d111ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "40.0.3", + "version": "40.0.4", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",