diff --git a/CHANGELOG.md b/CHANGELOG.md index f92f904c0..507057e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [37.5.4](https://github.com/ipfs/aegir/compare/v37.5.3...v37.5.4) (2022-09-22) + + +### Bug Fixes + +* update readme badges ([#1073](https://github.com/ipfs/aegir/issues/1073)) ([d0e865b](https://github.com/ipfs/aegir/commit/d0e865b6bfaa244a25c7ea10fbced6aa244c51ee)), closes [/github.com/ipfs/js-ipns/pull/180#discussion_r972826024](https://github.com/ipfs//github.com/ipfs/js-ipns/pull/180/issues/discussion_r972826024) + ## [37.5.3](https://github.com/ipfs/aegir/compare/v37.5.2...v37.5.3) (2022-08-30) diff --git a/package.json b/package.json index 21f082e77..3b3d1e2a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "37.5.3", + "version": "37.5.4", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",