From 497d7fc3ae98b2232af1e56aa24f82878d7f53f0 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 1 Jan 2022 21:29:22 +0100 Subject: [PATCH] 6.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a4d07b..c433579 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camelcase", - "version": "6.2.1", + "version": "6.3.0", "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`", "license": "MIT", "repository": "sindresorhus/camelcase",