Skip to content

Commit c9a87a0

Browse files
committed
chore: bump version
1 parent db1c442 commit c9a87a0

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.2.5
2+
3+
## Ext
4+
5+
- Added support last VOD on user offline page for Twitch
6+
- Added support getVideoData for Twitch
7+
- Added getVideoId for Twitch live stream
8+
19
# 2.2.4
210

311
## Shared

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vot.js",
3-
"version": "2.2.4",
3+
"version": "2.2.5",
44
"author": "Toil",
55
"repository": {
66
"type": "git",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vot.js/core",
33
"description": "core package",
4-
"version": "2.2.4",
4+
"version": "2.2.5",
55
"author": "Toil",
66
"license": "MIT",
77
"repository": {

packages/ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vot.js/ext",
33
"description": "package for web extensions",
4-
"version": "2.2.4",
4+
"version": "2.2.5",
55
"author": "Toil",
66
"license": "MIT",
77
"repository": {

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vot.js/node",
33
"description": "package for runtimes",
4-
"version": "2.2.4",
4+
"version": "2.2.5",
55
"author": "Toil",
66
"license": "MIT",
77
"repository": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vot.js/shared",
33
"description": "shared for all @vot.js package",
4-
"version": "2.2.4",
4+
"version": "2.2.5",
55
"author": "Toil",
66
"license": "MIT",
77
"repository": {

packages/shared/src/data/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export default {
1515
defaultDuration: 343,
1616
minChunkSize: 5295308,
1717
loggerLevel: 1,
18-
version: "2.2.4",
18+
version: "2.2.5",
1919
} as ConfigSchema;

0 commit comments

Comments
 (0)