From 3018b033b2865f73047a0c6867f0921e61b9b05a Mon Sep 17 00:00:00 2001 From: marabesi Date: Sun, 13 Oct 2024 14:16:44 +0200 Subject: [PATCH] chore(cli): tagged version 0.0.7 --- cli/package.json | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index 1e80c58..a9ce49f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "smelly-cli", - "version": "0.0.6", + "version": "0.0.7", "private": false, "description": "Find out the smells in your tests, suggestions for correction and the theory behind them", "bin": "build/index.js", diff --git a/package-lock.json b/package-lock.json index 57c9b46..64b7d0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ }, "cli": { "name": "smelly-cli", - "version": "0.0.6", + "version": "0.0.7", "license": "ISC", "dependencies": { "commander": "^12.1.0",