From 60498b014317fee8f3a4d4fe38fd17f91500b819 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 04:47:00 +0000 Subject: [PATCH] chore(main): release 0.11.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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)