From f28c4631fe879bd430e21a3c1b380e158c53184a Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 15 Nov 2021 09:48:05 +0700 Subject: [PATCH] 6.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac8fe77..1a4d07b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camelcase", - "version": "6.2.0", + "version": "6.2.1", "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`", "license": "MIT", "repository": "sindresorhus/camelcase",