From 4d8c8fb7d1fa497abb13499f6cac5a87d3049ac0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 12 Jan 2024 08:46:32 +0000 Subject: [PATCH] chore(release): 42.1.1 [skip ci] ## [42.1.1](https://github.com/ipfs/aegir/compare/v42.1.0...v42.1.1) (2024-01-12) ### Bug Fixes * point to esbuild bundle analysis tool instead of bundlebuddy ([#1447](https://github.com/ipfs/aegir/issues/1447)) ([c5b96a3](https://github.com/ipfs/aegir/commit/c5b96a393d741e42c090ab144da0eb18cf53f9e7)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04778dc40..30a42537b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [42.1.1](https://github.com/ipfs/aegir/compare/v42.1.0...v42.1.1) (2024-01-12) + + +### Bug Fixes + +* point to esbuild bundle analysis tool instead of bundlebuddy ([#1447](https://github.com/ipfs/aegir/issues/1447)) ([c5b96a3](https://github.com/ipfs/aegir/commit/c5b96a393d741e42c090ab144da0eb18cf53f9e7)) + ## [42.1.0](https://github.com/ipfs/aegir/compare/v42.0.1...v42.1.0) (2024-01-08) diff --git a/package.json b/package.json index fe9dd36c7..999e552e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "42.1.0", + "version": "42.1.1", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",