From 72a9f4e2a3d7079f21a31ec6fc7fa0e1cf24acdf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 Feb 2023 17:57:05 +0000 Subject: [PATCH] chore(release): 38.1.6 [skip ci] ## [38.1.6](https://github.com/ipfs/aegir/compare/v38.1.5...v38.1.6) (2023-02-20) ### Dependencies * bump esbuild from 0.16.17 to 0.17.9 ([#1194](https://github.com/ipfs/aegir/issues/1194)) ([8761e36](https://github.com/ipfs/aegir/commit/8761e3621e28112b042eaaeee372db2f73c0c90b)) * bump execa from 6.1.0 to 7.0.0 ([#1191](https://github.com/ipfs/aegir/issues/1191)) ([5a71818](https://github.com/ipfs/aegir/commit/5a7181857301194ea4b96d530bad4504370fef84)) * bump gh-pages from 4.0.0 to 5.0.0 ([#1173](https://github.com/ipfs/aegir/issues/1173)) ([c103f37](https://github.com/ipfs/aegir/commit/c103f37ab7c00bcc5bc255ee57e8b44dcacca84d)) * **dev:** bump electron from 22.3.0 to 23.1.0 ([#1193](https://github.com/ipfs/aegir/issues/1193)) ([6e58c9e](https://github.com/ipfs/aegir/commit/6e58c9e14f58d7c23681346bc0974d8a380cc9dc)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7b9c120..e00b76f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [38.1.6](https://github.com/ipfs/aegir/compare/v38.1.5...v38.1.6) (2023-02-20) + + +### Dependencies + +* bump esbuild from 0.16.17 to 0.17.9 ([#1194](https://github.com/ipfs/aegir/issues/1194)) ([8761e36](https://github.com/ipfs/aegir/commit/8761e3621e28112b042eaaeee372db2f73c0c90b)) +* bump execa from 6.1.0 to 7.0.0 ([#1191](https://github.com/ipfs/aegir/issues/1191)) ([5a71818](https://github.com/ipfs/aegir/commit/5a7181857301194ea4b96d530bad4504370fef84)) +* bump gh-pages from 4.0.0 to 5.0.0 ([#1173](https://github.com/ipfs/aegir/issues/1173)) ([c103f37](https://github.com/ipfs/aegir/commit/c103f37ab7c00bcc5bc255ee57e8b44dcacca84d)) +* **dev:** bump electron from 22.3.0 to 23.1.0 ([#1193](https://github.com/ipfs/aegir/issues/1193)) ([6e58c9e](https://github.com/ipfs/aegir/commit/6e58c9e14f58d7c23681346bc0974d8a380cc9dc)) + ## [38.1.5](https://github.com/ipfs/aegir/compare/v38.1.4...v38.1.5) (2023-02-17) diff --git a/package.json b/package.json index 7b5f39833..8245a4e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "38.1.5", + "version": "38.1.6", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",