From 55200914ae171eb1962a267c51878fef90005546 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 1 Oct 2021 09:32:49 +0700 Subject: [PATCH] 6.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1a28f81..5012673 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decamelize", - "version": "5.0.1", + "version": "6.0.0", "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow", "license": "MIT", "repository": "sindresorhus/decamelize",