diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b67f7f..2753851 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.13.4" + ".": "3.13.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1d9cc..0514ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the `vd` CLI. Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), versions follow [SemVer](https://semver.org/). +## [3.13.5](https://github.com/vanducng/vd-cli/compare/v3.13.4...v3.13.5) (2026-07-29) + + +### Bug Fixes + +* **docs:** scope search trigger sizing ([#93](https://github.com/vanducng/vd-cli/issues/93)) ([e2a087f](https://github.com/vanducng/vd-cli/commit/e2a087f78eaaa9d4bfe45e7583c51e8b1232eaa0)) + ## [3.13.4](https://github.com/vanducng/vd-cli/compare/v3.13.3...v3.13.4) (2026-07-29)