From 91693c938a899789c5d76e07f0c38c8711cae6ac Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Sun, 13 Oct 2024 14:55:11 -0700 Subject: [PATCH] version bump to v1.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35487cf..72976b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hookified", - "version": "1.2.0", + "version": "1.2.1", "description": "Event and Middleware Hooks", "type": "module", "main": "./dist/index.cjs",