diff --git a/CHANGELOG.md b/CHANGELOG.md index 456d7896c..0e70e1709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [44.1.0](https://github.com/ipfs/aegir/compare/v44.0.3...v44.1.0) (2024-07-29) + +### Features + +* move tsc linter rules to eslint ([#1513](https://github.com/ipfs/aegir/issues/1513)) ([f78c9ac](https://github.com/ipfs/aegir/commit/f78c9ac808fd259be95c660ca12967a408fb0f5b)) + ## [44.0.3](https://github.com/ipfs/aegir/compare/v44.0.2...v44.0.3) (2024-07-29) ### Bug Fixes diff --git a/package.json b/package.json index 7073ae76c..886b150b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aegir", - "version": "44.0.3", + "version": "44.1.0", "description": "JavaScript project management", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/aegir#readme",