Skip to content

Commit

Permalink
chore: bump version to 2.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Dec 20, 2024
1 parent 9c2390d commit e695b0a
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 2.0.17

## Ext

- Added support Artstation
- Removed extra unknown type for try/catch in EpicGames helepr

## Node

- Removed extra unknown type for try/catch in EpicGames helepr

## Shared

- Fix detect VTT subs with IDs if ID ends with `\r\n`

# 2.0.16

## Ext
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vot.js",
"version": "2.0.16",
"version": "2.0.17",
"author": "Toil",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vot.js/core",
"description": "core package",
"version": "2.0.16",
"version": "2.0.17",
"author": "Toil",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ext/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vot.js/ext",
"description": "package for web extensions",
"version": "2.0.16",
"version": "2.0.17",
"author": "Toil",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vot.js/node",
"description": "package for runtimes",
"version": "2.0.16",
"version": "2.0.17",
"author": "Toil",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vot.js/shared",
"description": "shared for all @vot.js package",
"version": "2.0.16",
"version": "2.0.17",
"author": "Toil",
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/src/data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export default {
mediaProxy: "media-proxy.toil.cc",
userAgent:
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 YaBrowser/24.10.0.0 Safari/537.36",
componentVersion: "24.12.0.1807",
componentVersion: "24.12.1.714",
hmac: "bt8xH3VOlb4mqf0nqAibnDOoiPlXsisf",
defaultDuration: 343,
minChunkSize: 5295308,
loggerLevel: 1,
version: "2.0.16",
version: "2.0.17",
} as ConfigSchema;

0 comments on commit e695b0a

Please sign in to comment.