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 Aug 13, 2024
1 parent 6c5d6cc commit 484e675
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
10 changes: 10 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.4.0 (2024-08-13)

### What's New

- Add support for ES Module

### What's Changed

- Update dependencies

## 0.3.2 (2024-07-20)

> Package renamed from `@filego/ts` to `@filego/js`
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.3.2",
"version": "0.4.0",
"description": "A file splitting & merging solution",
"keywords": [
"FileGo",
Expand Down
11 changes: 11 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.4.0 (2024-08-13)

### What's New

- Add support for ES Module

### What's Changed

- Update error handler for using Node.js packages
- Update dependencies

## 0.3.2 (2024-07-20)

### What's Changed
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.2",
"version": "0.4.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.4.0 (2024-08-13)

### What's New

- Add support for ES Module

## 0.3.2 (2024-07-20)

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

0 comments on commit 484e675

Please sign in to comment.