From 1cee26c47006aafc13393b5221f927b7de0f3e05 Mon Sep 17 00:00:00 2001 From: Eric Wang Date: Fri, 19 Jan 2018 14:38:11 +0800 Subject: [PATCH] Bump to 2.5.1 Signed-off-by: Eric Wang --- docs/commands.md | 4 ++-- docs/releases.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/commands.md b/docs/commands.md index 8b0f532b..4c63cba9 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -465,7 +465,7 @@ Display version information. Short: $ leetcode version - 2.5.0 + 2.5.1 Verbose: @@ -475,7 +475,7 @@ Verbose: | | ___ ___| |_ ___ ___ __| | ___ | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \ | | __/ __/ |_ (__| (_) | (_| | __/ - |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.0 + |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.1 [Environment] Node v8.1.4 diff --git a/docs/releases.md b/docs/releases.md index 3c4a162e..e6358207 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -2,6 +2,18 @@ layout: default title: Release Notes --- +# 2.5.1 + +* auto install missing plugins after upgrade. +* use 16m colors if possible. +* enhance color output on windows. +* `cache` + * fix issue that can't delete cache by name. +* `session` + * fix issue if session name is a number. +* `stat` + * use level weight in calendar view. + # 2.5.0 * add `session` command to manage coding sessions on leetcode.com. diff --git a/package.json b/package.json index b0da2cd8..c77d4f81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leetcode-cli", - "version": "2.5.0", + "version": "2.5.1", "description": "A cli tool to enjoy leetcode!", "preferGlobal": "true", "engines": {