From d0db6ac4b96442dc079541957d2fe7c507271d96 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 May 2022 10:54:07 +0000 Subject: [PATCH] chore(release): 37.0.16 [skip ci] ### [37.0.16](https://github.com/ipfs/aegir/compare/v37.0.15...v37.0.16) (2022-05-26) ### Bug Fixes * ts tests ([#984](https://github.com/ipfs/aegir/issues/984)) ([0206c4c](https://github.com/ipfs/aegir/commit/0206c4cca00f88bc5e87e6b0e92634c6d1bb2d8f)) ### Trivial Changes * **deps-dev:** bump sinon from 13.0.2 to 14.0.0 ([#976](https://github.com/ipfs/aegir/issues/976)) ([f18d914](https://github.com/ipfs/aegir/commit/f18d914a9353482dd1c089e099f2b7ef6ab951cc)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5635b683f..1a72cb409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### [37.0.16](https://github.com/ipfs/aegir/compare/v37.0.15...v37.0.16) (2022-05-26) + + +### Bug Fixes + +* ts tests ([#984](https://github.com/ipfs/aegir/issues/984)) ([0206c4c](https://github.com/ipfs/aegir/commit/0206c4cca00f88bc5e87e6b0e92634c6d1bb2d8f)) + + +### Trivial Changes + +* **deps-dev:** bump sinon from 13.0.2 to 14.0.0 ([#976](https://github.com/ipfs/aegir/issues/976)) ([f18d914](https://github.com/ipfs/aegir/commit/f18d914a9353482dd1c089e099f2b7ef6ab951cc)) + ### [37.0.15](https://github.com/ipfs/aegir/compare/v37.0.14...v37.0.15) (2022-04-21) diff --git a/package.json b/package.json index 0a5691a36..291167591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "37.0.15", + "version": "37.0.16", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",