Skip to content

Commit

Permalink
Bump to 2.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wang <[email protected]>
  • Loading branch information
skygragon committed Jan 19, 2018
1 parent 5364b23 commit 1cee26c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ Display version information.
Short:

$ leetcode version
2.5.0
2.5.1

Verbose:

Expand All @@ -475,7 +475,7 @@ Verbose:
| | ___ ___| |_ ___ ___ __| | ___
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
| | __/ __/ |_ (__| (_) | (_| | __/
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.0
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.1

[Environment]
Node v8.1.4
Expand Down
12 changes: 12 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1cee26c

Please sign in to comment.