From 5f70738204e1dcb814063586dad5c4d9ab6181b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= Date: Sun, 3 Jul 2022 09:36:19 +0200 Subject: [PATCH] chore(release): v0.3.3 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 844e5a8..853a3b3 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.3.3] - 2022-07-03 + +### Fixed + +- type exports ([#3](https://github.com/kripod/uuidv7/issues/3)) + ## [0.3.2] - 2022-06-25 ### Changed @@ -79,7 +85,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.2...HEAD +[unreleased]: https://github.com/kripod/uuidv7/compare/v0.3.3...HEAD +[0.3.3]: https://github.com/kripod/uuidv7/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/kripod/uuidv7/compare/v0.3.1...v0.3.2 [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 diff --git a/package-lock.json b/package-lock.json index f1582f9..fcdb22d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@kripod/uuidv7", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@kripod/uuidv7", - "version": "0.3.2", + "version": "0.3.3", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.6", diff --git a/package.json b/package.json index c65f589..5d9b7e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kripod/uuidv7", - "version": "0.3.2", + "version": "0.3.3", "description": "UUIDv7 generator with millisecond precision", "keywords": [ "id-generator",