From f0be0fcfd27b2ab17dd069aac57995796c36a2d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Apr 2023 11:20:16 +0000 Subject: [PATCH] chore(release): 39.0.2 [skip ci] ## [39.0.2](https://github.com/ipfs/aegir/compare/v39.0.1...v39.0.2) (2023-04-27) ### Bug Fixes * print useful dep-check message ([#1248](https://github.com/ipfs/aegir/issues/1248)) ([2473ae3](https://github.com/ipfs/aegir/commit/2473ae3b3798d4e70c8573b5a561e8b2c0134b56)) ### Dependencies * bump rimraf from 3.0.2 to 5.0.0 ([#1230](https://github.com/ipfs/aegir/issues/1230)) ([c761502](https://github.com/ipfs/aegir/commit/c761502b41ba5302d04fc19aa6c34daa7b58c80f)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77decad76..8a3a02710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [39.0.2](https://github.com/ipfs/aegir/compare/v39.0.1...v39.0.2) (2023-04-27) + + +### Bug Fixes + +* print useful dep-check message ([#1248](https://github.com/ipfs/aegir/issues/1248)) ([2473ae3](https://github.com/ipfs/aegir/commit/2473ae3b3798d4e70c8573b5a561e8b2c0134b56)) + + +### Dependencies + +* bump rimraf from 3.0.2 to 5.0.0 ([#1230](https://github.com/ipfs/aegir/issues/1230)) ([c761502](https://github.com/ipfs/aegir/commit/c761502b41ba5302d04fc19aa6c34daa7b58c80f)) + ## [39.0.1](https://github.com/ipfs/aegir/compare/v39.0.0...v39.0.1) (2023-04-27) diff --git a/package.json b/package.json index b5ef130c7..82ff8060c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "39.0.1", + "version": "39.0.2", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",