chore(main): release 17.2.0

This commit is contained in:
github-actions[bot]
2026-06-23 20:43:53 +00:00
committed by GitHub
parent 48ebd1b7d4
commit 725d76bae0
3 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,17 @@
# 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)

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "youtubei.js",
"version": "17.1.0",
"version": "17.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "youtubei.js",
"version": "17.1.0",
"version": "17.2.0",
"funding": [
"https://github.com/sponsors/LuanRT"
],

View File

@@ -1,6 +1,6 @@
{
"name": "youtubei.js",
"version": "17.1.0",
"version": "17.2.0",
"description": "A JavaScript client for YouTube's private API, known as InnerTube.",
"type": "module",
"types": "./dist/src/platform/lib.d.ts",