diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1a70d7c..a9e590b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.15"} +{".":"0.1.16"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dfc73..dae430e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.16](https://github.com/groundsgg/grounds-cli/compare/v0.1.15...v0.1.16) (2026-05-06) + + +### Bug Fixes + +* detect homebrew cask installs ([#42](https://github.com/groundsgg/grounds-cli/issues/42)) ([a2ec0a1](https://github.com/groundsgg/grounds-cli/commit/a2ec0a1a76da77d002c9408dab49ae72245e4acc)) + ## [0.1.15](https://github.com/groundsgg/grounds-cli/compare/v0.1.14...v0.1.15) (2026-05-06)