diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40ff6fe..3a327a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.2" + ".": "0.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a427d..fbd9ef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.3](https://github.com/shanehull/yt-transcript/compare/v0.0.2...v0.0.3) (2026-06-16) + + +### Bug Fixes + +* reject non-YT video IDs before hitting upstream API ([#4](https://github.com/shanehull/yt-transcript/issues/4)) ([efef2ab](https://github.com/shanehull/yt-transcript/commit/efef2abe5d71726650c7ab0965eb4de4614987dd)) + ## [0.0.2](https://github.com/shanehull/yt-transcript/compare/v0.0.1...v0.0.2) (2026-06-16)