From bf2acb58d816c1e2a3c93989693f76d186e98c5e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Oct 2023 15:04:40 +0000 Subject: [PATCH] chore(release): 41.0.9 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",