diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..40ff6fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b7592a..66a427d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.0.2](https://github.com/shanehull/yt-transcript/compare/v0.0.1...v0.0.2) (2026-06-16) + + +### Features + +* add -version flag to CLI and inject version at release build ([3edb53b](https://github.com/shanehull/yt-transcript/commit/3edb53b100cd24fa1e49a4d51a064ee13de68481)) +* add -version flag to CLI and inject version at release build ([1105e8f](https://github.com/shanehull/yt-transcript/commit/1105e8f2686999c0229107ee08bec95a4f233d7d)) + ## [0.0.1](https://github.com/shanehull/yt-transcript/compare/v0.0.1...v0.0.1) (2026-06-16)