Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickkfkan committed Jul 25, 2024
1 parent 5312f62 commit 63b3ffd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ Note that there is no `setLanguage()` function, because multilanguage support is

## Changelog:

0.3.8
- Backport from [fix(Player): Fix extracting the n-token decipher algorithm](https://github.com/LuanRT/YouTube.js/pull/698)

0.3.7
- Backport `PageHeader` and related parser classes

Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "volumio-youtubei.js",
"version": "0.3.7",
"version": "0.3.8",
"description": "Modified version of YouTube.js library for use with Volumio's YouTube Music plugin.",
"type": "module",
"types": "./dist/src/platform/lib.d.ts",
Expand Down
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": "volumio-youtubei.js",
"version": "0.3.7",
"version": "0.3.8",
"description": "Modified version of YouTube.js library for use with Volumio's YouTube Music plugin.",
"type": "module",
"types": "./dist/src/platform/lib.d.ts",
Expand Down

0 comments on commit 63b3ffd

Please sign in to comment.