diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 819990a..0884f3f 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.0" + ".": "0.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de16f6..103010b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.24.0](https://github.com/getmilpa/devtools/compare/v0.23.0...v0.24.0) (2026-09-02) + + +### Features + +* implement declares it creates its named target (createsNamedTarget) ([#69](https://github.com/getmilpa/devtools/issues/69)) ([24ac8c8](https://github.com/getmilpa/devtools/commit/24ac8c811bd75f72fdea9d4ecc2ecb24b242715e)) + ## [0.23.0](https://github.com/getmilpa/devtools/compare/v0.22.0...v0.23.0) (2026-09-02)