diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c7938..cbc34ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2021-09-27 + ### Fixed - crypto object method binding @@ -47,7 +49,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.2.0...HEAD +[unreleased]: https://github.com/kripod/uuidv7/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/kripod/uuidv7/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/kripod/uuidv7/compare/v0.1.4...v0.2.0 [0.1.4]: https://github.com/kripod/uuidv7/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/kripod/uuidv7/compare/v0.1.2...v0.1.3 diff --git a/package-lock.json b/package-lock.json index a611696..02a341c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kripod/uuidv7", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8c99287..ae085b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kripod/uuidv7", - "version": "0.2.0", + "version": "0.2.1", "description": "UUIDv7 generator with millisecond precision", "keywords": [ "id-generator",