From 6f5439a78b523b157b55546b26bdc5e14cd2b923 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 6 Jun 2022 12:07:34 +0700 Subject: [PATCH] 7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7e9e7a..befedf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "camelcase", - "version": "6.3.0", + "version": "7.0.0", "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`", "license": "MIT", "repository": "sindresorhus/camelcase",