From 93cc857a3534b0f30374fbcfa063fc13dce9c1f0 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 15 Mar 2022 13:13:19 -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 257d3e6..a12c7e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stitches-normalize", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "description": "@sindresorhus's modern-normalize.css as a plug-and-play JavaScript object compatible with Stitches.", "repository": "jakejarvis/stitches-normalize",