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 Dec 6, 2024
1 parent c023eb6 commit 46c7048
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/node": "^22.10.1",
"npm-run-all": "^4.1.5",
"tsup": "^8.3.5",
"typedoc": "^0.27.3",
"typedoc": "~0.27.3",
"typedoc-plugin-markdown": "^4.3.1",
"typescript": "^5.7.2"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.7.0 (2024-12-06)

### What's Changed

- Update configurations
- Update dependencies

## 0.6.0 (2024-11-14)

### 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.6.0",
"version": "0.7.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.7.0 (2024-12-06)

### Breaking Changes

- Update minimum Node version from `v16` to `v18`

### What's Changed

- Update configurations
- Update dependencies

## 0.6.0 (2024-11-14)

### Breaking Changes
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.6.0",
"version": "0.7.0",
"description": "A file splitting & merging solution",
"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.7.0 (2024-12-06)

### What's Changed

- Update configurations
- Update dependencies

## 0.6.0 (2024-11-14)

### 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.6.0",
"version": "0.7.0",
"description": "Internal functions shared by FileGo",
"keywords": [
"FileGo",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 46c7048

Please sign in to comment.