Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 24, 2024
1 parent 4cd1877 commit a34bdc7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## 1.1.0 (2024-10-24)


### Features

* init repo ([a508925](https://github.com/LuanRT/googlevideo/commit/a508925216a7fa0b71ae1e122d0e0f77ded1c819))
* **protos:** Add remaining onesie protos ([c352067](https://github.com/LuanRT/googlevideo/commit/c35206761a36d6188d3bf40d952db5f9255ab3bc))


### Bug Fixes

* **examples:** stop progress bars on completion ([5549a97](https://github.com/LuanRT/googlevideo/commit/5549a971736b7669fda71d6c3a4b3be6825c1e7f))
* **onesie-request:** clone session context to prevent original modification ([fbef7bd](https://github.com/LuanRT/googlevideo/commit/fbef7bd4171737366a31ecf94b9302970c58ca1f))
* **sabr:** Video-only playback is no longer supported ([3ab569c](https://github.com/LuanRT/googlevideo/commit/3ab569c63724b4efe264b1fe47ff8344e5d85fbe))
* **ServerAbrStream:** Ignore duplicate sequences ([d9fb943](https://github.com/LuanRT/googlevideo/commit/d9fb9431ed1b10858b3aef8a23b67e61880a8d99))
* **ServerAbrStream:** use optional chaining for `sequenceNumber` access ([48ef9be](https://github.com/LuanRT/googlevideo/commit/48ef9be26b3e9f1cf49fa7e02cccf79bbe4a551f))
* **ServerAbrStream:** validate server response ([e2e885b](https://github.com/LuanRT/googlevideo/commit/e2e885bf09ca498d1fd9137b0e8daf9270eacc27))


### Miscellaneous Chores

* release 1.1.0 ([4cd1877](https://github.com/LuanRT/googlevideo/commit/4cd18770bad86f95c65cf8f4073fd9456fb91eb8))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "googlevideo",
"version": "1.0.0",
"version": "1.1.0",
"description": "A set of utilities for working with Google Video APIs.",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit a34bdc7

Please sign in to comment.