diff --git a/CHANGELOG.md b/CHANGELOG.md index 1024ed6d0..2e5cd2bfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [41.0.9](https://github.com/ipfs/aegir/compare/v41.0.8...v41.0.9) (2023-10-25) + + +### Bug Fixes + +* handle scoped deps in test-dependant ([#1393](https://github.com/ipfs/aegir/issues/1393)) ([fd6b7ab](https://github.com/ipfs/aegir/commit/fd6b7ab7eb9bd1cff86258304617adf7e2014d1b)) + ## [41.0.8](https://github.com/ipfs/aegir/compare/v41.0.7...v41.0.8) (2023-10-25) diff --git a/package.json b/package.json index 429f59681..6d4c0e678 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "41.0.8", + "version": "41.0.9", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",