From d3d5ee9cb1d6b2f9d6c6160ea51db8190b2ac8d7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Aug 2022 08:41:41 +0000 Subject: [PATCH] chore(release): 37.5.1 [skip ci] ## [37.5.1](https://github.com/ipfs/aegir/compare/v37.5.0...v37.5.1) (2022-08-12) ### Bug Fixes * change bot user for updating sibling deps ([fc25395](https://github.com/ipfs/aegir/commit/fc253952fa637ab0c3e20cc37c549f5f5c3241b7)) * preserve readme definitions when checking project config ([#1041](https://github.com/ipfs/aegir/issues/1041)) ([4a0cecc](https://github.com/ipfs/aegir/commit/4a0cecce7323a2ae2e7a9a0f41a901ffc1fa1604)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef120b58..f84a5f220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [37.5.1](https://github.com/ipfs/aegir/compare/v37.5.0...v37.5.1) (2022-08-12) + + +### Bug Fixes + +* change bot user for updating sibling deps ([fc25395](https://github.com/ipfs/aegir/commit/fc253952fa637ab0c3e20cc37c549f5f5c3241b7)) +* preserve readme definitions when checking project config ([#1041](https://github.com/ipfs/aegir/issues/1041)) ([4a0cecc](https://github.com/ipfs/aegir/commit/4a0cecce7323a2ae2e7a9a0f41a901ffc1fa1604)) + ## [37.5.0](https://github.com/ipfs/aegir/compare/v37.4.8...v37.5.0) (2022-08-10) diff --git a/package.json b/package.json index 85fc4e2e4..ce386b212 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "37.5.0", + "version": "37.5.1", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",