From 428b6d31337ef96593e58f9453f081ff43690ac5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 28 Nov 2024 11:10:35 +0000 Subject: [PATCH] chore(release): 45.0.3 [skip ci] ## [45.0.3](https://github.com/ipfs/aegir/compare/v45.0.2...v45.0.3) (2024-11-28) ### Bug Fixes * revert "fix: override playwright core version" ([#1681](https://github.com/ipfs/aegir/issues/1681)) ([1a4c2b6](https://github.com/ipfs/aegir/commit/1a4c2b692f56b81a2f9ca6fd59369cf3250dc490)) ### Trivial Changes * ignore other deps ([950d32e](https://github.com/ipfs/aegir/commit/950d32e101b96170a8b1141025ec96fbc597128e)) * remove redundant readme section ([b0520be](https://github.com/ipfs/aegir/commit/b0520be1d6f57e8a65464891713d42d6f637fdd3)) * update branch references ([abacaa3](https://github.com/ipfs/aegir/commit/abacaa3ea5c7afc54d8aa654fc06e869483d76d4)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 977ffdfa5..94b01b41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [45.0.3](https://github.com/ipfs/aegir/compare/v45.0.2...v45.0.3) (2024-11-28) + +### Bug Fixes + +* revert "fix: override playwright core version" ([#1681](https://github.com/ipfs/aegir/issues/1681)) ([1a4c2b6](https://github.com/ipfs/aegir/commit/1a4c2b692f56b81a2f9ca6fd59369cf3250dc490)) + +### Trivial Changes + +* ignore other deps ([950d32e](https://github.com/ipfs/aegir/commit/950d32e101b96170a8b1141025ec96fbc597128e)) +* remove redundant readme section ([b0520be](https://github.com/ipfs/aegir/commit/b0520be1d6f57e8a65464891713d42d6f637fdd3)) +* update branch references ([abacaa3](https://github.com/ipfs/aegir/commit/abacaa3ea5c7afc54d8aa654fc06e869483d76d4)) + ## [45.0.2](https://github.com/ipfs/aegir/compare/v45.0.1...v45.0.2) (2024-11-19) ### Bug Fixes diff --git a/package.json b/package.json index 1e5d76f16..92b34eb73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "45.0.2", + "version": "45.0.3", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",