From 65bb025942d40e56471790a06ad6e6d85721815c Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 22 Apr 2021 13:24:17 +0700 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a8cb85..1237ba4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "titleize", - "version": "2.1.0", + "version": "3.0.0", "description": "Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`", "license": "MIT", "repository": "sindresorhus/titleize",