diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf5e41e1..b0e45742a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [40.0.10](https://github.com/ipfs/aegir/compare/v40.0.9...v40.0.10) (2023-08-14) + + +### Trivial Changes + +* add or force update .github/workflows/js-test-and-release.yml ([#1354](https://github.com/ipfs/aegir/issues/1354)) ([9537af8](https://github.com/ipfs/aegir/commit/9537af8f5c096a16081d9bbb90cfa8982d8e077e)) +* delete templates [skip ci] ([#1353](https://github.com/ipfs/aegir/issues/1353)) ([a84e5d3](https://github.com/ipfs/aegir/commit/a84e5d3e8847ff8a390525d79fec4a8cc565b9f6)) + ## [40.0.9](https://github.com/ipfs/aegir/compare/v40.0.8...v40.0.9) (2023-08-07) diff --git a/package.json b/package.json index 82dcbe949..8ddf21e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "40.0.9", + "version": "40.0.10", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",