diff --git a/CHANGELOG.md b/CHANGELOG.md index 30a42537b..9d367d7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [42.1.2](https://github.com/ipfs/aegir/compare/v42.1.1...v42.1.2) (2024-01-12) + + +### Bug Fixes + +* update check-config command to handle release-please monorepos ([#1448](https://github.com/ipfs/aegir/issues/1448)) ([3794628](https://github.com/ipfs/aegir/commit/37946286aeb49d76559b58a92067258e5246737a)) + ## [42.1.1](https://github.com/ipfs/aegir/compare/v42.1.0...v42.1.1) (2024-01-12) diff --git a/package.json b/package.json index 999e552e8..b89e59e11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "42.1.1", + "version": "42.1.2", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",