diff --git a/CHANGELOG.md b/CHANGELOG.md index e51c0d2ee..c44f7bfbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [42.0.1](https://github.com/ipfs/aegir/compare/v42.0.0...v42.0.1) (2024-01-06) + + +### Dependencies + +* bump c8 from 8.0.1 to 9.0.0 ([#1440](https://github.com/ipfs/aegir/issues/1440)) ([313cd61](https://github.com/ipfs/aegir/commit/313cd615afce27c4dfa6df7f1be26e7b1b407dca)) +* bump eslint-plugin-jsdoc from 46.10.1 to 48.0.2 ([#1439](https://github.com/ipfs/aegir/issues/1439)) ([4dde4a3](https://github.com/ipfs/aegir/commit/4dde4a38b626cf6d6528f2887bc77c3ad04ee63f)) + ## [42.0.0](https://github.com/ipfs/aegir/compare/v41.3.5...v42.0.0) (2024-01-06) diff --git a/package.json b/package.json index 5f557f3f1..cfb4f6bd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "42.0.0", + "version": "42.0.1", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",