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