From c2b4ee337e53d842690ec077d1727242871f4b14 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 10 Sep 2024 13:58:34 -0500 Subject: [PATCH] 3.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e43f9d..cda3a10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sails-hook-organics", - "version": "2.2.3", + "version": "3.0.0", "description": "Standard library for Node/Sails applications. Hand-picked and maintained by the Sails.js core team.", "scripts": { "test": "npm run lint && npm run custom-tests",