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",