From 447058af4df87e45724ad608c8892eb263aa1276 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 10 Aug 2021 14:16:23 +0200 Subject: [PATCH] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9326404..576c0ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leven", - "version": "3.1.0", + "version": "4.0.0", "description": "Measure the difference between two strings using the Levenshtein distance algorithm", "license": "MIT", "repository": "sindresorhus/leven",