8000 Bump to 2.6.2 · lighteningzhang/leetcode-cli@5245886 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5245886

Browse files
committed
Bump to 2.6.2
Signed-off-by: skygragon <skygragon@gmail.com>
1 parent d30a136 commit 5245886

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ Display version information.
467467
Short:
468468

469469
$ leetcode version
470-
2.6.1
470+
2.6.2
471471

472472
Verbose:
473473

@@ -477,7 +477,7 @@ Verbose:
477477
| | ___ ___| |_ ___ ___ __| | ___
478478
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
479479
| | __/ __/ |_ (__| (_) | (_| | __/
480-
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.6.1
480+
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.6.2
481481

482482
[Environment]
483483
Node v8.1.4

docs/releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
layout: default
33
title: Release Notes
44
---
5+
# 2.6.2
6+
* `submit`
7+
* fixes beta ratio issue
8+
59
# 2.6.1
610
* `submit`
711
* fixes 500 error on windows.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leetcode-cli",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"description": "A cli tool to enjoy leetcode!",
55
"preferGlobal": "true",
66
"engines": {

0 commit comments

Comments
 (0)
0