Skip to content

Commit fbc18fa

Browse files
chore(main): release googlevideo 4.0.4 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c178194 commit fbc18fa

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.3"
2+
".": "4.0.4"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.0.4](https://github.com/LuanRT/googlevideo/compare/googlevideo-v4.0.3...googlevideo-v4.0.4) (2025-09-14)
4+
5+
6+
### Bug Fixes
7+
8+
* **generate-proto:** Use `forceLong=string` option ([c240c97](https://github.com/LuanRT/googlevideo/commit/c240c97c233def9073cad3cc0740ffd54089bde1))
9+
310
## [4.0.3](https://github.com/LuanRT/googlevideo/compare/googlevideo-v4.0.2...googlevideo-v4.0.3) (2025-08-16)
411

512

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luanrt/googlevideo",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"exports": {
55
"./ump": "./src/exports/ump.ts",
66
"./sabr-streaming-adapter": "./src/exports/sabr-streaming-adapter.ts",

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": "googlevideo",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "A collection of modules for working with YouTube's proprietary video streaming protocols (UMP/SABR).",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)