From 7d408359726a2e503cb019269e1e7e082e99c49a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 14 Jan 2023 03:04:12 +0000 Subject: [PATCH] =?UTF-8?q?chore(=F0=9F=93=A6):=201.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.5.0](https://github.com/async3619/solv/compare/v1.4.3...v1.5.0) (2023-01-14) ### Bug Fixes * **acmicpc:** fix a bug that client could not fetch problem information ([d8f0fdf](https://github.com/async3619/solv/commit/d8f0fdf5ca9d47189bd206a9c9398019c5802d55)) * **leetcode:** fix a bug that cannot resolve example data when it has additional images ([e9b85c4](https://github.com/async3619/solv/commit/e9b85c40f3f7908a6a7c0d8e6cadd125c1af5f00)) * **leetcode:** fix a bug that cannot resolve output example in string term ([8557a3c](https://github.com/async3619/solv/commit/8557a3cb74ffab826eb8788ce906841820e4f039)) * **leetcode:** fix a bug that cannot retrieve some type of input values ([32645ec](https://github.com/async3619/solv/commit/32645eca766be5253b6187ff5a45c80b824ae48c)) ### Features * **leetcode:** implement leetcode provider ([4c3e62e](https://github.com/async3619/solv/commit/4c3e62e35a84ee9c916604d5c06fec47395073a2)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a19e37..30d07a0 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.3", + "version": "1.5.0", "license": "MIT", "publishConfig": { "access": "public"