From 5a0d0919eb2228578e1670f42675d1acb5e5c317 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 7 Apr 2020 11:07:47 +0800 Subject: [PATCH] 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2f1a69..4243d38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camelcase", - "version": "5.3.1", + "version": "6.0.0", "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`", "license": "MIT", "repository": "sindresorhus/camelcase",