From 0f2cbf81f391364c072543b0517d6e745da78494 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:05:06 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- .github/config/release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/config/release-please-manifest.json b/.github/config/release-please-manifest.json index 466df71..a915e8c 100644 --- a/.github/config/release-please-manifest.json +++ b/.github/config/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d51006..888b5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/devcontainer-env/devcontainer-sh/compare/v0.1.0...v0.1.1) (2026-07-20) + + +### Bug Fixes + +* resolve plugin dir reliably and tolerate empty subcommands ([95a9cc9](https://github.com/devcontainer-env/devcontainer-sh/commit/95a9cc9600af74b0b2033112c561253b44070ee1)) + ## [0.1.0](https://github.com/devcontainer-env/devcontainer-sh/compare/v0.0.1...v0.1.0) (2026-05-20)