Skip to content

Commit c218cf2

Browse files
chore(main): release googlevideo 4.0.0 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f4805f6 commit c218cf2

5 files changed

Lines changed: 16 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-
".": "3.0.0"
2+
".": "4.0.0"
33
}

CHANGELOG.md

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

3+
## [4.0.0](https://github.com/LuanRT/googlevideo/compare/googlevideo-v3.0.0...googlevideo-v4.0.0) (2025-07-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rework library ([#27](https://github.com/LuanRT/googlevideo/issues/27))
9+
10+
### Features
11+
12+
* rework library ([#27](https://github.com/LuanRT/googlevideo/issues/27)) ([a744d6a](https://github.com/LuanRT/googlevideo/commit/a744d6af0a09d9771780c2fcf490441c5cadea2a))
13+
314
## [3.0.0](https://github.com/LuanRT/googlevideo/compare/googlevideo-v2.0.0...googlevideo-v3.0.0) (2025-03-23)
415

516

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": "3.0.0",
3+
"version": "4.0.0",
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": "3.0.0",
3+
"version": "4.0.0",
44
"description": "A collection of modules for working with YouTube's proprietary video streaming protocols (UMP/SABR).",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)