diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f5f098c..592cc09af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [41.3.3](https://github.com/ipfs/aegir/compare/v41.3.2...v41.3.3) (2023-12-30) + + +### Trivial Changes + +* increase dependabot limit ([dbd0690](https://github.com/ipfs/aegir/commit/dbd06906d3cedd9876376093adf4b62bb1a16712)) + + +### Dependencies + +* bump @electron/get from 2.0.3 to 3.0.0 ([#1405](https://github.com/ipfs/aegir/issues/1405)) ([2b061c1](https://github.com/ipfs/aegir/commit/2b061c1e0be2dc3d2a9b7262f675c986fa9dc6ef)) +* bump globby from 13.2.2 to 14.0.0 ([#1412](https://github.com/ipfs/aegir/issues/1412)) ([239307d](https://github.com/ipfs/aegir/commit/239307d0a8a6f3e95cbe7ae9967324fa0e650d2a)) +* bump playwright-test from 12.6.1 to 14.0.0 ([#1417](https://github.com/ipfs/aegir/issues/1417)) ([5ea4468](https://github.com/ipfs/aegir/commit/5ea44682c3adee721fe58ef9cb69c787ec765b97)) +* bump read-pkg-up from 10.1.0 to 11.0.0 ([#1408](https://github.com/ipfs/aegir/issues/1408)) ([3ff7bac](https://github.com/ipfs/aegir/commit/3ff7bac0da95482780e04d007b57ce736d0294e4)) +* bump update-notifier from 6.0.2 to 7.0.0 ([#1404](https://github.com/ipfs/aegir/issues/1404)) ([3cd2fa0](https://github.com/ipfs/aegir/commit/3cd2fa02a54fc294c1665899fb328202f534b597)) + ## [41.3.2](https://github.com/ipfs/aegir/compare/v41.3.1...v41.3.2) (2023-12-20) diff --git a/package.json b/package.json index 1487f32ed..8b5f225a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "41.3.2", + "version": "41.3.3", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",