From 7ee2ab462e3dd0f23e7b81bf9a3d00f9187c1aaf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Oct 2023 17:35:24 +0000 Subject: [PATCH] chore(release): 41.0.10 [skip ci] ## [41.0.10](https://github.com/ipfs/aegir/compare/v41.0.9...v41.0.10) (2023-10-25) ### Bug Fixes * support helia projecs in check-project ([#1394](https://github.com/ipfs/aegir/issues/1394)) ([6088b24](https://github.com/ipfs/aegir/commit/6088b2463ad3d0097259a5b68f1d34d1dc5e56eb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5cd2bfb..2fb974e0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [41.0.10](https://github.com/ipfs/aegir/compare/v41.0.9...v41.0.10) (2023-10-25) + + +### Bug Fixes + +* support helia projecs in check-project ([#1394](https://github.com/ipfs/aegir/issues/1394)) ([6088b24](https://github.com/ipfs/aegir/commit/6088b2463ad3d0097259a5b68f1d34d1dc5e56eb)) + ## [41.0.9](https://github.com/ipfs/aegir/compare/v41.0.8...v41.0.9) (2023-10-25) diff --git a/package.json b/package.json index 6d4c0e678..58c3da057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "41.0.9", + "version": "41.0.10", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",