From 2ca87d81c458634be28cf353ade7b6c13af4f11d Mon Sep 17 00:00:00 2001 From: Shane Hull Date: Tue, 16 Jun 2026 11:46:40 +1000 Subject: [PATCH] chore(main): release 0.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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)