Skip to content

Commit

Permalink
Update package.json and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
alpheustangs committed Jun 22, 2024
1 parent c869bd0 commit 2f6e1b3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
7 changes: 7 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.1 (2024-06-22)

### What's changes

- Update `package.json`
- Update dependencies

## 0.3.0 (2024-06-19)

### What's New
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@filego/node",
"version": "0.3.0",
"version": "0.3.1",
"description": "A solution for splitting, checking and merging files",
"keywords": [
"FileGo",
Expand Down
7 changes: 7 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.1 (2024-06-22)

### What's changes

- Update `package.json`
- Update dependencies

## 0.3.0 (2024-06-19)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@filego/shared",
"version": "0.3.0",
"version": "0.3.1",
"description": "Internal functions shared by FileGo",
"keywords": [
"FileGo",
Expand Down
7 changes: 7 additions & 0 deletions packages/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.1 (2024-06-22)

### What's changes

- Update `package.json`
- Update dependencies

## 0.3.0 (2024-06-19)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@filego/ts",
"version": "0.3.0",
"version": "0.3.1",
"description": "A solution for splitting, checking and merging files",
"keywords": [
"FileGo",
Expand Down

0 comments on commit 2f6e1b3

Please sign in to comment.