From c82822b5fc3d98de5b94e89419aa9582dbe5052f Mon Sep 17 00:00:00 2001 From: Jared Wray Date: Fri, 6 Sep 2024 09:04:23 -0700 Subject: [PATCH] version bump to v0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea9c176..e1b64ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hookified", - "version": "0.6.0", + "version": "0.7.0", "description": "Event and Middleware Hooks", "type": "module", "main": "./dist/index.js",