From 9d58a597cfa735560fb21f3f38c9a171892010d2 Mon Sep 17 00:00:00 2001 From: Maximilian Antoni Date: Sun, 24 Dec 2023 13:33:38 +0100 Subject: [PATCH] cli/v0.2.0 --- 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 00aa26ac..2ec9d3d8 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@mochify/cli", - "version": "0.1.2", + "version": "0.2.0", "description": "Run mocha tests in headless browsers from the command line", "homepage": "https://github.com/mantoni/mochify.js", "bin": { diff --git a/package-lock.json b/package-lock.json index 3395f8e3..9eb6666d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ }, "cli": { "name": "@mochify/cli", - "version": "0.1.2", + "version": "0.2.0", "license": "MIT", "dependencies": { "@mochify/mochify": "^0.1.1 || ^0.2.0 || ^0.3.0",