From 87e7ef77eb60dca23bd4996297578abb28a09390 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Mon, 12 Dec 2022 00:21:32 -0300 Subject: [PATCH] chore(release): v2.5.2 --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1e89e41c..1dffc7e03 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@

YouTube.js

-

A full-featured wrapper around the InnerTube API, which is what YouTube itself uses.

+

A full-featured wrapper around the InnerTube API, which is what YouTube itself uses

diff --git a/package-lock.json b/package-lock.json index 6afdab51f..4e14387de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "youtubei.js", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "youtubei.js", - "version": "2.5.1", + "version": "2.5.2", "funding": [ "https://github.com/sponsors/LuanRT" ], diff --git a/package.json b/package.json index be8fc1294..763130046 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "youtubei.js", - "version": "2.5.1", + "version": "2.5.2", "description": "Full-featured wrapper around YouTube's private API. Supports YouTube, YouTube Music and YouTube Studio (WIP).", "main": "./dist/index.js", "browser": "./bundle/browser.js",