From 9f6174b5d53886aeb4e49bb22d9a3293afff1998 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 21 Apr 2021 17:57:06 +0700 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4dcf67..ed5cbc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "trim-left", - "version": "1.0.1", + "version": "2.0.0", "description": "Similar to `String#trim()` but removes only whitespace on the left", "license": "MIT", "repository": "sindresorhus/trim-left",