Skip to content

Commit d7e5dfd

Browse files
committed
Release v1.10.2
1 parent 28493ab commit d7e5dfd

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,13 @@ async function transcript(opts: Options): Promise<Subtitle[]> {
377377

378378
## Changelog
379379

380+
### v1.10.2
381+
382+
- Added a production-ready sample API path using a Dockerized Hono server on Cloudflare Containers.
383+
- Added server-side token protection for the sample Cloudflare Worker API.
384+
- Updated the sample app so browser requests go through Next.js API routes instead of exposing API secrets client-side.
385+
- Refreshed README quickstart and deployment guidance to make local testing, hosted demos, and production egress tradeoffs clearer.
386+
380387
### v1.10.1
381388

382389
- **Streamlined the internal client fallback chain.** Removed an outdated client that was no longer contributing successful extractions, and reordered the remaining clients with the most reliable one first.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "youtube-caption-extractor",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "A simple and efficient package to scrape and parse captions (subtitles) from YouTube videos, supporting both user-submitted and auto-generated captions with language options.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)