From 7dd1a1a68c2f4f4a52bc846d2416530eff20a5e3 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 30 Sep 2021 07:55:48 -0400 Subject: [PATCH] v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa17040..2815dd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "get-canonical-url", - "version": "0.0.0", + "version": "1.0.0", "description": "🔗 Determines the current page's canonical URL and optionally normalizes it for consistency.", "license": "MIT", "homepage": "https://github.com/jakejarvis/get-canonical-url",