From 1321775c740c20bd93d0bdbd844703464e0e6de4 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 28 Oct 2020 23:05:48 +0100 Subject: [PATCH] 6.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8ba2129..ac8fe77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camelcase", - "version": "6.1.0", + "version": "6.2.0", "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`", "license": "MIT", "repository": "sindresorhus/camelcase",