From d7763d79009bf32f72df1b7cce74b7f3f6d70552 Mon Sep 17 00:00:00 2001 From: Eric Elliott Date: Tue, 24 Jan 2023 13:30:43 -0800 Subject: [PATCH] 3.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d8aab75..b614ade 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cuid", - "version": "2.2.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cuid", - "version": "2.2.0", + "version": "3.0.0", "license": "MIT", "devDependencies": { "babel-polyfill": "6.26.0", diff --git a/package.json b/package.json index 7e8fa21..84fffd0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cuid", "description": "Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.", - "version": "2.2.0", + "version": "3.0.0", "author": { "name": "Eric Elliott", "url": "https://ericelliottjs.com"