From 8db1fd030c66877878e8d633f7441ae832e0f824 Mon Sep 17 00:00:00 2001 From: Daniel Castillo Date: Sun, 12 Jan 2025 11:22:25 -0500 Subject: [PATCH] chore: release v1.4.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8283b2c..e9bef9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@novajslabs/cli", - "version": "1.4.0", - "description": "A CLI to add hooks to your React project", + "version": "1.4.1", + "description": "A CLI to add dependency-free React hooks to your project", "repository": { "type": "git", "url": "https://github.com/novajslabs/cli"