diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 78e7f27..ddfa3e3 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.0" + ".": "0.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4922ae6..18b86d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.1](https://github.com/getmilpa/plugin/compare/v0.11.0...v0.11.1) (2026-08-11) + + +### Bug Fixes + +* require milpa/command ^0.7, the only range this package can run in ([#20](https://github.com/getmilpa/plugin/issues/20)) ([12d540c](https://github.com/getmilpa/plugin/commit/12d540cba1dabdd1515a0be7d175102869699682)) + ## [0.11.0](https://github.com/getmilpa/plugin/compare/v0.10.1...v0.11.0) (2026-08-09)