Skip to content

Commit

Permalink
Update versions and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
alpheustangs committed Nov 13, 2024
1 parent 39a48ea commit 2c8b7dc
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.6.0 (2024-11-14)

### Breaking Changes

- Update CommonJS target version from `ES5` to `ES2022`
- Update ES Module target version from `ES2015` to `ES2022`
- Update ES Module module version from `ES2015` to `ESNext`

## 0.5.0 (2024-10-05)

### Breaking Changes
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.5.0",
"version": "0.6.0",
"description": "A file splitting & merging solution",
"keywords": [
"FileGo",
Expand Down
8 changes: 8 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.6.0 (2024-11-14)

### Breaking Changes

- Update CommonJS target version from `ES5` to `ES2022`
- Update ES Module target version from `ES2020` to `ES2022`
- Update ES Module module version from `ES2020` to `ESNext`

## 0.5.0 (2024-10-05)

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

### Breaking Changes

- Update CommonJS target version from `ES5` to `ES2022`
- Update ES Module target version from `ES2015` to `ES2022`
- Update ES Module module version from `ES2015` to `ESNext`

## 0.5.0 (2024-10-05)

### 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.5.0",
"version": "0.6.0",
"description": "Internal functions shared by FileGo",
"keywords": [
"FileGo",
Expand Down

0 comments on commit 2c8b7dc

Please sign in to comment.