From b26b92cd53bbea5b75f5d6f5f1928f886cca7bf0 Mon Sep 17 00:00:00 2001 From: Francois Leurent <131.code@leurent.email> Date: Wed, 17 Jul 2024 22:59:41 +0200 Subject: [PATCH] v2.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f42852..6659d46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-extract", - "version": "2.1.0", + "version": "2.1.1", "description": "Extract the TLD/domain/subdomain parts of an URL/hostname against mozilla TLDs 'official' listing .", "main": "index.js", "types": "index.d.ts", @@ -46,4 +46,4 @@ "url", "parser" ] -} \ No newline at end of file +}