From 3227273f915a94830dba10a9bdd96cfabd847ded Mon Sep 17 00:00:00 2001 From: "Jean M. Lescure" Date: Tue, 30 Apr 2024 14:11:42 -0600 Subject: [PATCH] Release 5.2.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9598628..9283e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v5.2.0](https://github.com/jeanlescure/short-unique-id/compare/v5.1.1...v5.2.0) + +- chore: refactor constructable fix for automated release [`faac3dc`](https://github.com/jeanlescure/short-unique-id/commit/faac3dc3fda69ac7727d6483e7e7f8168bee1859) +- docs: fix broken links and images [`e1433f9`](https://github.com/jeanlescure/short-unique-id/commit/e1433f96be717e17ee7ef012958708352687016e) +- chore: build dist and docs for release [`ff28c8e`](https://github.com/jeanlescure/short-unique-id/commit/ff28c8ec5947ebc44a7777b0a9dd2d509286bab4) + #### [v5.1.1](https://github.com/jeanlescure/short-unique-id/compare/v5.1.0...v5.1.1) +> 29 April 2024 + - chore: build dist and docs for release [`4c9fb32`](https://github.com/jeanlescure/short-unique-id/commit/4c9fb32bebb297f13da558bfcd79a014707bcaa2) - docs: update docs [`7f91955`](https://github.com/jeanlescure/short-unique-id/commit/7f91955941a835d916b32533e61ee56ceaeb6662) - docs: update version in docs [`0db7cd0`](https://github.com/jeanlescure/short-unique-id/commit/0db7cd0b515a90fec1a15dfe2bb7a562f166cd18) diff --git a/package-lock.json b/package-lock.json index 1d40dfc..5e5a0ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "short-unique-id", - "version": "5.1.1", + "version": "5.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "short-unique-id", - "version": "5.1.1", + "version": "5.2.0", "license": "Apache-2.0", "bin": { "short-unique-id": "bin/short-unique-id", diff --git a/package.json b/package.json index 63e16a9..79b1e44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "short-unique-id", - "version": "5.1.1", + "version": "5.2.0", "description": "Generate random or sequential UUID of any length", "keywords": [ "short",