From 88241f49d50b7044d88b1323ce851764e6ddf20b Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 8 Oct 2021 19:42:48 -0400 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0002445..26c77f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-canonical-url", - "version": "1.0.0", + "version": "1.0.1", "description": "🔗 Determines the current page's canonical URL and optionally normalizes it for consistency.", "license": "MIT", "homepage": "https://github.com/jakejarvis/get-canonical-url",