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 Jun 14, 2024
1 parent 0743fc8 commit dec2ca2
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 2 deletions.
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.3.0 (2024-06-14)

### Breaking Changes

- Rename `-n, --number` option to `-r, --randomness` in `rowid` command

### What's New

- Add schema for the config file
- More options in the config file

### What's Changed

- Update dependencies
- Fix the issue that timestamp cannot be used as a parameter in some commands

## 0.2.0 (2024-06-13)

### 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.2.0",
"version": "0.3.0",
"description": "CLI for RowID",
"keywords": [
"RowID",
Expand Down
14 changes: 14 additions & 0 deletions packages/rowid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.4.0 (2024-06-14)

### Breaking Changes

- Rename `getRandomDigits` to `getRandomness`
- Updates in `Generate` types
- Updates in `Verify` types
- Rename `Generate` to `GenerateResult`
- Rename `Verify` to `VerifyResult`

### What's New

- More type declarations

## 0.3.0 (2024-06-13)

### 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.3.0",
"version": "0.4.0",
"description": "A time based unique ID solution",
"keywords": [
"RowID",
Expand Down

0 comments on commit dec2ca2

Please sign in to comment.