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 Oct 5, 2024
1 parent 1b97471 commit 032b3ea
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
12 changes: 12 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.5.0 (2024-10-05)

### Breaking Changes

- Remove `buffer` from `merge` result

### What's Changed

- Update `package.json`
- Update dependencies
- Update documentation

## 0.4.0 (2024-08-13)

### What's New
Expand Down
2 changes: 1 addition & 1 deletion packages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@filego/js",
"version": "0.4.0",
"version": "0.5.0",
"description": "A file splitting & merging solution",
"keywords": [
"FileGo",
Expand Down
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.5.0 (2024-10-05)

### What's Changed

- Update `package.json`
- Optimize `split` function

## 0.4.0 (2024-08-13)

### 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.4.0",
"version": "0.5.0",
"description": "A file splitting & merging solution",
"keywords": [
"FileGo",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0 (2024-10-05)

### What's Changed

- Update `package.json`

## 0.4.0 (2024-08-13)

### What's New
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.4.0",
"version": "0.5.0",
"description": "Internal functions shared by FileGo",
"keywords": [
"FileGo",
Expand Down

0 comments on commit 032b3ea

Please sign in to comment.