From c5cad39dec706939ab7a62c16238828d73dc686e Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Tue, 13 Feb 2024 16:21:23 -0500 Subject: [PATCH] chore: release v0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76776b1..25b3860 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formkit/tempo", - "version": "0.0.4", + "version": "0.0.5", "description": "The easiest way to work with dates in JavaScript and TypeScript.", "type": "module", "main": "dist/index.cjs",