From be14fbb1869c4af59600314524308d6436da73aa Mon Sep 17 00:00:00 2001 From: Diego Avalon Date: Mon, 14 Oct 2024 18:01:18 -0500 Subject: [PATCH] chore(cli): #1966 adds reverts back last package changes from running changeset version manually --- packages/faustwp-cli/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/faustwp-cli/package.json b/packages/faustwp-cli/package.json index 1c0c6ede1..a7c056e3c 100644 --- a/packages/faustwp-cli/package.json +++ b/packages/faustwp-cli/package.json @@ -1,6 +1,6 @@ { "name": "@faustwp/cli", - "version": "3.1.2", + "version": "3.1.0", "description": "This modules provides a CLI to develop, build, and serve your Faust apps", "main": "dist/index.js", "type": "module", @@ -58,4 +58,4 @@ "node": ">=18", "npm": ">=8" } -} +} \ No newline at end of file