Skip to content

Commit 8ac44bb

Browse files
Release 120
This release brings the app up to date with upstream hotfix release [0.21.2](https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.21.2-beta).
1 parent 8b48c1e commit 8ac44bb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "freetube",
33
"productName": "FreeTube",
44
"description": "A private YouTube client",
5-
"version": "0.21.1",
5+
"version": "0.21.2",
66
"license": "AGPL-3.0-or-later",
77
"main": "./dist/main.js",
88
"private": true,
@@ -81,7 +81,7 @@
8181
"vue-observe-visibility": "^1.0.0",
8282
"vue-router": "^3.6.5",
8383
"vuex": "^3.6.2",
84-
"youtubei.js": "^10.1.0"
84+
"youtubei.js": "^10.2.0"
8585
},
8686
"devDependencies": {
8787
"@babel/core": "^7.24.7",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8996,10 +8996,10 @@ yocto-queue@^1.0.0:
89968996
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
89978997
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==
89988998

8999-
youtubei.js@^10.1.0:
9000-
version "10.1.0"
9001-
resolved "https://registry.yarnpkg.com/youtubei.js/-/youtubei.js-10.1.0.tgz#38b3d95907441040df1e8031e04e0e6200ed52cf"
9002-
integrity sha512-MokZMAnpWH11VYvWuW6qjPiiPmgRl5rfDgPQOpif9qXcVHoVw1hi8ePuRSD0AZSZ+uvWGe8rvas2dzp+Jv5JKQ==
8999+
youtubei.js@^10.2.0:
9000+
version "10.2.0"
9001+
resolved "https://registry.yarnpkg.com/youtubei.js/-/youtubei.js-10.2.0.tgz#0f5fbacf3e64c965d6e7378c870a7329ceca7228"
9002+
integrity sha512-JLKW9AHQ1qrTwBbre1aDkH8UJFmNcc4+kOSaVou5jSY7AzfFPFJK0yvX6afnLst0UVC9wfXHrLiNx93sutVErA==
90039003
dependencies:
90049004
jintr "^2.0.0"
90059005
tslib "^2.5.0"

0 commit comments

Comments
 (0)