From 472c90de80d71fca03939d92b626e5c4893e1284 Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Wed, 26 Jun 2024 16:55:53 -0400 Subject: [PATCH] chore: release v0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57f8661..fe3aa1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formkit/tempo", - "version": "0.1.1", + "version": "0.1.2", "description": "The easiest way to work with dates in JavaScript and TypeScript.", "type": "module", "main": "dist/index.cjs",