mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-03 09:35:05 +00:00
chore(main): release 17.2.0
This commit is contained in:
committed by
GitHub
parent
48ebd1b7d4
commit
725d76bae0
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,5 +1,17 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [17.2.0](https://github.com/LuanRT/YouTube.js/compare/v17.1.0...v17.2.0) (2026-06-23)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **parser:** Add ContinuationItemView and treat it as a continuation ([#1193](https://github.com/LuanRT/YouTube.js/issues/1193)) ([48ebd1b](https://github.com/LuanRT/YouTube.js/commit/48ebd1b7d43441d9f294161dfa68b65431a8b430))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **parser:** Parse LockupViews in playlist items ([ae90ff4](https://github.com/LuanRT/YouTube.js/commit/ae90ff4f10f647f25a94c36fa5a5fa33c4f1d981))
|
||||||
|
|
||||||
## [17.1.0](https://github.com/LuanRT/YouTube.js/compare/v17.0.1...v17.1.0) (2026-06-22)
|
## [17.1.0](https://github.com/LuanRT/YouTube.js/compare/v17.0.1...v17.1.0) (2026-06-22)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "youtubei.js",
|
"name": "youtubei.js",
|
||||||
"version": "17.1.0",
|
"version": "17.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "youtubei.js",
|
"name": "youtubei.js",
|
||||||
"version": "17.1.0",
|
"version": "17.2.0",
|
||||||
"funding": [
|
"funding": [
|
||||||
"https://github.com/sponsors/LuanRT"
|
"https://github.com/sponsors/LuanRT"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "youtubei.js",
|
"name": "youtubei.js",
|
||||||
"version": "17.1.0",
|
"version": "17.2.0",
|
||||||
"description": "A JavaScript client for YouTube's private API, known as InnerTube.",
|
"description": "A JavaScript client for YouTube's private API, known as InnerTube.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/src/platform/lib.d.ts",
|
"types": "./dist/src/platform/lib.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user