Skip to content

Commit

Permalink
Add CHANGELOG.md and update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alpheustangs committed May 21, 2024
1 parent dc67d83 commit fbbc1d7
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 3 deletions.
13 changes: 13 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 0.2.0 (2024-05-22)

### Breaking Changes

- Changes on returned result of `check` function
- Rename on parameter of `split` function:
- `inPath` -> `inFile`
- Rename on parameter of `merge` function:
- `outPath` -> `outFile`

## 0.1.0 (2024-05-09)

First release
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.1.0",
"version": "0.2.0",
"description": "Solution for splitting, checking and merging files",
"keywords": [
"FileGo",
Expand Down
13 changes: 13 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 0.2.0 (2024-05-22)

### Breaking Changes

- Changes on `CheckResult` type

### What's New

- Add `CheckResultError` type

## 0.1.0 (2024-05-09)

First release
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.1.0",
"version": "0.2.0",
"description": "Internal functions shared by FileGo",
"keywords": [
"FileGo",
Expand Down
9 changes: 9 additions & 0 deletions packages/ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.2.0 (2024-05-22)

### Breaking Changes

- Changes on returned result of `check` function

## 0.1.0 (2024-05-09)

First release
2 changes: 1 addition & 1 deletion packages/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@filego/ts",
"version": "0.1.0",
"version": "0.2.0",
"description": "Solution for splitting, checking and merging files",
"keywords": [
"FileGo",
Expand Down

0 comments on commit fbbc1d7

Please sign in to comment.