diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c76c9dc9..40235a66b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [39.0.6](https://github.com/ipfs/aegir/compare/v39.0.5...v39.0.6) (2023-05-09) + + +### Bug Fixes + +* Update required node version to node 18 and npm 8 ([#1184](https://github.com/ipfs/aegir/issues/1184)) ([b7ef86c](https://github.com/ipfs/aegir/commit/b7ef86cd3291d08cb5f6e211682f4bfc09be69e0)) + ## [39.0.5](https://github.com/ipfs/aegir/compare/v39.0.4...v39.0.5) (2023-05-03) diff --git a/package.json b/package.json index b66808476..ac3617a58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "39.0.5", + "version": "39.0.6", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",