From 12d27d28fa7873fa6f3c365d41330925e5db12a7 Mon Sep 17 00:00:00 2001 From: Brandon Pittman Date: Fri, 18 Nov 2022 16:08:07 +0900 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d36108..836521b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "remix-pages-context", "type": "module", - "version": "1.0.0-12", + "version": "1.0.0", "description": "A module to make using Cloudflare Pages environment variables easier with Remix.", "main": "./dist/index.cjs", "exports": {