diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e70e1709..8e67086da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [44.1.1](https://github.com/ipfs/aegir/compare/v44.1.0...v44.1.1) (2024-08-09) + +### Dependencies + +* **dev:** bump electron from 27.3.11 to 31.3.1 ([#1582](https://github.com/ipfs/aegir/issues/1582)) ([7e3d579](https://github.com/ipfs/aegir/commit/7e3d57961fd145d73b236868293f8f67ab899a5e)) + ## [44.1.0](https://github.com/ipfs/aegir/compare/v44.0.3...v44.1.0) (2024-07-29) ### Features diff --git a/package.json b/package.json index be3c580f1..92d245c42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "44.1.0", + "version": "44.1.1", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",