From 1a3284b15ff984800ec6c71247a168e205b5fe48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Tue, 28 Sep 2021 11:05:35 +0200 Subject: [PATCH] chore(release): v0.2.2 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc34ad..f449542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2021-09-28 + +### Fixed + +- ignore negative system clock adjustments + ## [0.2.1] - 2021-09-27 ### Fixed @@ -49,7 +55,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.1...HEAD +[unreleased]: https://github.com/kripod/uuidv7/compare/v0.2.2...HEAD +[0.2.1]: https://github.com/kripod/uuidv7/compare/v0.2.1...v0.2.2 [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 diff --git a/package-lock.json b/package-lock.json index 02a341c..2d69b28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kripod/uuidv7", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ae085b5..38d0f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kripod/uuidv7", - "version": "0.2.1", + "version": "0.2.2", "description": "UUIDv7 generator with millisecond precision", "keywords": [ "id-generator",