From 63d36a896b3fdda66eff1a28a275835775ddf259 Mon Sep 17 00:00:00 2001 From: Sriram Hariharan Date: Wed, 24 Apr 2024 23:11:32 -0500 Subject: [PATCH] updated use hook to now allow pulling in the entire object --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30178d3..ade42fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chrome-extension-toolkit", - "version": "0.0.70", + "version": "0.0.71", "description": "A template for creating npm packages using TypeScript and VSCode", "main": "dist/index.js", "types": "dist/index.d.ts",