From fdb976d377f9fb58da208718f7479b2cb6d40fb9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 31 Jul 2023 19:14:15 +0000 Subject: [PATCH] chore(release): 40.0.8 [skip ci] ## [40.0.8](https://github.com/ipfs/aegir/compare/v40.0.7...v40.0.8) (2023-07-31) ### Bug Fixes * use semantic-release with import instead of require ([0a018f3](https://github.com/ipfs/aegir/commit/0a018f30438984b4081c31f8ff0a80128e8803bb)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2704b6eac..8430656da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [40.0.8](https://github.com/ipfs/aegir/compare/v40.0.7...v40.0.8) (2023-07-31) + + +### Bug Fixes + +* use semantic-release with import instead of require ([0a018f3](https://github.com/ipfs/aegir/commit/0a018f30438984b4081c31f8ff0a80128e8803bb)) + ## [40.0.7](https://github.com/ipfs/aegir/compare/v40.0.6...v40.0.7) (2023-07-31) diff --git a/package.json b/package.json index b6cf05b1e..f748a2054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "40.0.7", + "version": "40.0.8", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",