Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Feb 8, 2025
1 parent 9a34e2c commit fb8293e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.2.3

## Shared

- Added better typings for getSecYaHeaders function
- Added `SecYaHeader` & `SecYaHeaders` typings

# 2.2.2

## Core
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.2.2",
"version": "2.2.3",
"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.2.2",
"version": "2.2.3",
"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.2.2",
"version": "2.2.3",
"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.2.2",
"version": "2.2.3",
"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.2.2",
"version": "2.2.3",
"author": "Toil",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit fb8293e

Please sign in to comment.