diff --git a/CHANGELOG.md b/CHANGELOG.md index db9342cd7..4a200d0c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [41.3.0](https://github.com/ipfs/aegir/compare/v41.2.0...v41.3.0) (2023-12-20) + + +### Features + +* add concurrency option to run and exec ([#1312](https://github.com/ipfs/aegir/issues/1312)) ([4d3c319](https://github.com/ipfs/aegir/commit/4d3c319c830cff93472f2d0e0ba1c3e2ef709d1b)) + ## [41.2.0](https://github.com/ipfs/aegir/compare/v41.1.14...v41.2.0) (2023-12-12) diff --git a/package.json b/package.json index 69ad93057..84c3907ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "41.2.0", + "version": "41.3.0", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",