From ffdcda7eb51de6268d0a5877a1a11d1695045d05 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 26 Jan 2021 11:41:59 +0000 Subject: [PATCH] Release v3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 519d4b0..4ff7262 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "limax", - "version": "2.1.0", + "version": "3.0.0", "main": "./lib/limax", "types": "index.d.ts", "description": "Node.js module to generate URL slugs. Another one? This one cares about i18n and transliterates non-Latin scripts to conform to the RFC3986 standard. Mostly API-compatible with similar modules.",