From 6bc004998a251c06e1e70836c5be1c1215b36cf9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 Jan 2025 12:10:24 +0000 Subject: [PATCH] chore(release): 45.0.9 [skip ci] ## [45.0.9](https://github.com/ipfs/aegir/compare/v45.0.8...v45.0.9) (2025-01-20) ### Trivial Changes * remove undici ([#1722](https://github.com/ipfs/aegir/issues/1722)) ([cf5a038](https://github.com/ipfs/aegir/commit/cf5a03831a13c511bae4ccaca4de07416c8e0b88)) ### Dependencies * bump @types/node from 20.17.14 to 22.10.7 ([#1719](https://github.com/ipfs/aegir/issues/1719)) ([8e0cd26](https://github.com/ipfs/aegir/commit/8e0cd2663f8ab30328906c41d8f4f3aa2f557a47)) * bump mocha from 10.8.2 to 11.0.1 ([#1699](https://github.com/ipfs/aegir/issues/1699)) ([6302164](https://github.com/ipfs/aegir/commit/6302164641e6fa4f8df7ce6cf2f87aaff618b852)) * **dev:** bump electron from 32.2.6 to 33.2.1 ([#1693](https://github.com/ipfs/aegir/issues/1693)) ([c694bec](https://github.com/ipfs/aegir/commit/c694bec91a44f5e3f77266f8bb02bc730a828cfe)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3b1ef7d..5928e07b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [45.0.9](https://github.com/ipfs/aegir/compare/v45.0.8...v45.0.9) (2025-01-20) + +### Trivial Changes + +* remove undici ([#1722](https://github.com/ipfs/aegir/issues/1722)) ([cf5a038](https://github.com/ipfs/aegir/commit/cf5a03831a13c511bae4ccaca4de07416c8e0b88)) + +### Dependencies + +* bump @types/node from 20.17.14 to 22.10.7 ([#1719](https://github.com/ipfs/aegir/issues/1719)) ([8e0cd26](https://github.com/ipfs/aegir/commit/8e0cd2663f8ab30328906c41d8f4f3aa2f557a47)) +* bump mocha from 10.8.2 to 11.0.1 ([#1699](https://github.com/ipfs/aegir/issues/1699)) ([6302164](https://github.com/ipfs/aegir/commit/6302164641e6fa4f8df7ce6cf2f87aaff618b852)) +* **dev:** bump electron from 32.2.6 to 33.2.1 ([#1693](https://github.com/ipfs/aegir/issues/1693)) ([c694bec](https://github.com/ipfs/aegir/commit/c694bec91a44f5e3f77266f8bb02bc730a828cfe)) + ## [45.0.8](https://github.com/ipfs/aegir/compare/v45.0.7...v45.0.8) (2024-12-05) ### Bug Fixes diff --git a/package.json b/package.json index 4fe991fc4..757031269 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "45.0.8", + "version": "45.0.9", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",