From 5f8f862eb649a0366afbc8daabe8d61aca1e5c6f Mon Sep 17 00:00:00 2001 From: "Jean M. Lescure" Date: Mon, 29 Apr 2024 16:36:31 -0600 Subject: [PATCH] Release 5.1.0 --- CHANGELOG.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc03b45..5ea94c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ 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.0.4](https://github.com/jeanlescure/short-unique-id/compare/v5.0.4...v5.0.4) +#### [v5.1.0](https://github.com/jeanlescure/short-unique-id/compare/v5.0.4...v5.1.0) - chore(deps-dev): bump ip from 1.1.8 to 1.1.9 [`#60`](https://github.com/jeanlescure/short-unique-id/pull/60) - chore: merge conflicts [`0b41ad6`](https://github.com/jeanlescure/short-unique-id/commit/0b41ad604089146ca9cbbc1c1c0a2f33d5d936fb) - chore: build dist and docs for release [`2d08da0`](https://github.com/jeanlescure/short-unique-id/commit/2d08da044cfb4308fd6acb76dea0814d961e985c) -- chore: build dist and docs for release [`72f6532`](https://github.com/jeanlescure/short-unique-id/commit/72f6532c3977b7dd490c34532aee3cf13b8ce7cd) +- Release 5.0.4 [`92ecf98`](https://github.com/jeanlescure/short-unique-id/commit/92ecf98ca6074813f93cf1e6b675cab5c8473058) #### [v5.0.4](https://github.com/jeanlescure/short-unique-id/compare/v5.0.3...v5.0.4) diff --git a/package-lock.json b/package-lock.json index d3e383a..2320deb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "short-unique-id", - "version": "5.0.4", + "version": "5.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "short-unique-id", - "version": "5.0.4", + "version": "5.1.0", "license": "Apache-2.0", "bin": { "short-unique-id": "bin/short-unique-id", diff --git a/package.json b/package.json index 9c07fe5..8cf54a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "short-unique-id", - "version": "5.0.4", + "version": "5.1.0", "description": "Generate random or sequential UUID of any length", "keywords": [ "short",