From aa68b3253d8fc40ce08a2b31d6ae2c16c4e873b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Nov 2022 13:08:13 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=93=A6):=201.4.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.4.3](https://github.com/async3619/solv/compare/v1.4.2...v1.4.3) (2022-11-22) ### Bug Fixes * **programmers:** fix a bug that test case runner couldn't catch `console.info` ([04c5d04](https://github.com/async3619/solv/commit/04c5d043db263a2ffc74ecd3d871f8b11abf3b4a)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a85894..1bbfeb8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "solv-cli", "description": "hot-challenge-solving application for any coding challenge services", - "version": "1.4.2", + "version": "1.4.3", "license": "MIT", "publishConfig": { "access": "public"