From 44d32a94c57a4f10a8a6192306b370a7a9b4f489 Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Thu, 8 Feb 2024 16:46:49 -0500 Subject: [PATCH] chore: release v0.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5989199..0f747ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formkit/tempo", - "version": "0.0.0", + "version": "0.0.1", "description": "The easiest way to work with dates in JavaScript and TypeScript.", "type": "module", "main": "dist/index.cjs",