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 Jul 20, 2024
1 parent 4bd81fb commit 014a841
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A file splitting & merging solution.

## Installation

For TypeScript / JavaScript environment:
For JavaScript/TypeScript environment:

```bash
# NPM
Expand Down
9 changes: 9 additions & 0 deletions packages/js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.2 (2024-07-20)

> Package renamed from `@filego/ts` to `@filego/js`
### What's Changed

- Update description
- Update dependencies

## 0.3.1 (2024-06-22)

### What's Changed
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.1",
"version": "0.3.2",
"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.3.2 (2024-07-20)

### What's Changed

- Update description
- Update dependencies

## 0.3.1 (2024-06-22)

### 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.1",
"version": "0.3.2",
"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.3.2 (2024-07-20)

### What's Changed

- Update description

## 0.3.1 (2024-06-22)

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

0 comments on commit 014a841

Please sign in to comment.