Skip to content

Commit 1cee26c

Browse files
committed
Bump to 2.5.1
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent 5364b23 commit 1cee26c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs/commands.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Display version information.
465465
Short:
466466

467467
$ leetcode version
468-
2.5.0
468+
2.5.1
469469

470470
Verbose:
471471

@@ -475,7 +475,7 @@ Verbose:
475475
| | ___ ___| |_ ___ ___ __| | ___
476476
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
477477
| | __/ __/ |_ (__| (_) | (_| | __/
478-
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.0
478+
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.1
479479

480480
[Environment]
481481
Node v8.1.4

docs/releases.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
layout: default
33
title: Release Notes
44
---
5+
# 2.5.1
6+
7+
* auto install missing plugins after upgrade.
8+
* use 16m colors if possible.
9+
* enhance color output on windows.
10+
* `cache`
11+
* fix issue that can't delete cache by name.
12+
* `session`
13+
* fix issue if session name is a number.
14+
* `stat`
15+
* use level weight in calendar view.
16+
517
# 2.5.0
618

719
* add `session` command to manage coding sessions on leetcode.com.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leetcode-cli",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "A cli tool to enjoy leetcode!",
55
"preferGlobal": "true",
66
"engines": {

0 commit comments

Comments
 (0)