From 365452d14a77340c542f8de7375e5bae90b110bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Mon, 27 Sep 2021 19:55:32 +0200 Subject: [PATCH] chore(release): v0.1.4 --- CHANGELOG.md | 13 ++++++++++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4db080..9338d36 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.1.4] - 2021-09-27 + +### Fixed + +- **readme:** ci badge image + ## [0.1.3] - 2021-09-27 ### Fixed @@ -21,9 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.1.1] - 2021-09-27 -### Changed +### Fixed -- **readme:** fix CI badge link +- **readme:** ci badge link ## [0.1.0] - 2021-09-27 @@ -31,7 +37,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.1.3...HEAD +[unreleased]: https://github.com/kripod/uuidv7/compare/v0.1.4...HEAD +[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 [0.1.2]: https://github.com/kripod/uuidv7/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/kripod/uuidv7/compare/v0.1.0...v0.1.1 diff --git a/package-lock.json b/package-lock.json index 173c23e..01056d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@kripod/uuidv7", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fd75bfc..faecbf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kripod/uuidv7", - "version": "0.1.3", + "version": "0.1.4", "description": "UUIDv7 generator with millisecond precision", "keywords": [ "id-generator",