diff --git a/changelog.md b/changelog.md index cfc84882..c9f9f42c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +# 2.1.1 + +## Ext + +- Fix client Yandex Disk duration + # 2.1.0 ## Ext diff --git a/package.json b/package.json index 717b703e..ec59dbbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vot.js", - "version": "2.1.0", + "version": "2.1.1", "author": "Toil", "repository": { "type": "git", diff --git a/packages/core/package.json b/packages/core/package.json index 1b0428ae..3a1a7209 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@vot.js/core", "description": "core package", - "version": "2.1.0", + "version": "2.1.1", "author": "Toil", "license": "MIT", "repository": { diff --git a/packages/ext/package.json b/packages/ext/package.json index 3ed50a95..ef4c3627 100644 --- a/packages/ext/package.json +++ b/packages/ext/package.json @@ -1,7 +1,7 @@ { "name": "@vot.js/ext", "description": "package for web extensions", - "version": "2.1.0", + "version": "2.1.1", "author": "Toil", "license": "MIT", "repository": { diff --git a/packages/node/package.json b/packages/node/package.json index 5bcc93bf..13fe423f 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,7 +1,7 @@ { "name": "@vot.js/node", "description": "package for runtimes", - "version": "2.1.0", + "version": "2.1.1", "author": "Toil", "license": "MIT", "repository": { diff --git a/packages/shared/package.json b/packages/shared/package.json index 555bbe67..6dc15e99 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,7 +1,7 @@ { "name": "@vot.js/shared", "description": "shared for all @vot.js package", - "version": "2.1.0", + "version": "2.1.1", "author": "Toil", "license": "MIT", "repository": { diff --git a/packages/shared/src/data/config.ts b/packages/shared/src/data/config.ts index ddd29a25..5c80d877 100644 --- a/packages/shared/src/data/config.ts +++ b/packages/shared/src/data/config.ts @@ -15,5 +15,5 @@ export default { defaultDuration: 343, minChunkSize: 5295308, loggerLevel: 1, - version: "2.1.0", + version: "2.1.1", } as ConfigSchema;