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 Jun 22, 2024
1 parent c2f9e4b commit 05c5b45
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.4.0 (2024-06-22)

### What's Changed

- Update `package.json`
- Update dependencies
- Rename some arguments

## 0.3.0 (2024-06-14)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rowid-cli",
"version": "0.3.0",
"version": "0.4.0",
"description": "CLI for RowID",
"keywords": [
"RowID",
Expand Down
15 changes: 15 additions & 0 deletions packages/rowid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.5.0 (2024-06-22)

### Breaking Changes

- Rename `RowIDWithConfigProps` to `RowIDWithConfigOptions`

### What's New

- Add inline documentation for types and functions

### What's Changed

- Update `package.json`
- Update dependencies

## 0.4.0 (2024-06-14)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rowid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rowid",
"version": "0.4.0",
"version": "0.5.0",
"description": "A time based unique ID solution",
"keywords": [
"RowID",
Expand Down

0 comments on commit 05c5b45

Please sign in to comment.