From b931acee8937882646ce20cc5bed33e04c95582e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 02:27:43 +0000 Subject: [PATCH] chore(main): release 0.14.2 --- .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 7b5cb64..b19a3f4 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.1" + ".": "0.14.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ca388..00ad3c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.2](https://github.com/getmilpa/devtools/compare/v0.14.1...v0.14.2) (2026-08-12) + + +### Bug Fixes + +* accept milpa/plugin ^0.11, the second leaf blocking the family ([#32](https://github.com/getmilpa/devtools/issues/32)) ([2537c70](https://github.com/getmilpa/devtools/commit/2537c70e81019ca779dc1fd4a2a0f03c0f14cba0)) + ## [0.14.1](https://github.com/getmilpa/devtools/compare/v0.14.0...v0.14.1) (2026-08-11)