From d4be5f80041571326102420ff62142e37e733144 Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Wed, 17 Apr 2024 22:10:30 -0400 Subject: [PATCH] chore: release v0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2fa5170..57f8661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@formkit/tempo", - "version": "0.1.0", + "version": "0.1.1", "description": "The easiest way to work with dates in JavaScript and TypeScript.", "type": "module", "main": "dist/index.cjs",