Skip to content

Commit

Permalink
chore: bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Dec 22, 2024
1 parent 57197f0 commit 8062830
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 2.1.0

## Ext

> [!WARNING]
> Breaking changes in getVideoId and getVideoData params
- Added support getVideoId for Twitter feed
- Added export Artstation and Loom helper types
- Added param `video` to BaseHelperOpts
- Removed param `video` for `getVideoId` and `getVideoData` funcs

## Workspace

- Update depends

# 2.0.19

## Core
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.19",
"version": "2.1.0",
"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.19",
"version": "2.1.0",
"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.19",
"version": "2.1.0",
"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.19",
"version": "2.1.0",
"author": "Toil",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/src/data/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ export default {
defaultDuration: 343,
minChunkSize: 5295308,
loggerLevel: 1,
version: "2.0.19",
version: "2.1.0",
} as ConfigSchema;

0 comments on commit 8062830

Please sign in to comment.