Skip to content

Commit

Permalink
chore(release): v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Apr 4, 2022
1 parent 4938fa3 commit 042faea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2022-04-04

### Changed

- **readme:** update binary structure

## [0.3.0] - 2022-04-04

### Changed
Expand Down Expand Up @@ -67,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- initial release

[unreleased]: https://github.com/kripod/uuidv7/compare/v0.3.0...HEAD
[unreleased]: https://github.com/kripod/uuidv7/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/kripod/uuidv7/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/kripod/uuidv7/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/kripod/uuidv7/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/kripod/uuidv7/compare/v0.2.1...v0.2.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kripod/uuidv7",
"version": "0.3.0",
"version": "0.3.1",
"description": "UUIDv7 generator with millisecond precision",
"keywords": [
"id-generator",
Expand Down

0 comments on commit 042faea

Please sign in to comment.