From 5c4e7b85193a9fe00c25b0c9f47c61a586022d87 Mon Sep 17 00:00:00 2001 From: Jane Jeon Date: Tue, 14 Sep 2021 20:31:22 -0400 Subject: [PATCH] 1.4.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e988b1..29a6909 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "normalize-url-plus", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "normalize-url-plus", - "version": "1.3.0", + "version": "1.4.0", "license": "LGPL-3.0", "dependencies": { "cacheable-lookup": "^6.0.1", diff --git a/package.json b/package.json index 46fbf04..1189380 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "normalize-url-plus", - "version": "1.3.0", + "version": "1.4.0", "description": "normalize-url plus additional features to supercharge link normalization!", "exports": "./index.js", "type": "module",