From 2e37af3e6494a85371a4bca44add4794d46cd299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Tue, 29 Jun 2021 12:04:24 +0300 Subject: [PATCH] :arrow_up: 6.0.0 :tada: --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c4bfb5..b9e641a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-url", - "version": "5.0.6", + "version": "6.0.0", "description": "An advanced url parser supporting git urls too.", "main": "lib/index.js", "directories": { @@ -56,4 +56,4 @@ "For low-level path parsing, check out [`parse-path`](https://github.com/IonicaBizau/parse-path). This very module is designed to parse urls. By default the urls are normalized." ] } -} +} \ No newline at end of file