From 5055df7b11f058b581eb9192d81376225cd57678 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 5 Aug 2023 04:27:37 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=93=A6):=201.5.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.5.1](https://github.com/async3619/solv/compare/v1.5.0...v1.5.1) (2023-08-05) ### Bug Fixes * **leetcode:** now input value will be parsed with proper ways ([#2](https://github.com/async3619/solv/issues/2)) ([fe1988b](https://github.com/async3619/solv/commit/fe1988b8a1d486f9a85273667639c91133821f15)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30d07a0..253ac17 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.5.0", + "version": "1.5.1", "license": "MIT", "publishConfig": { "access": "public"