Skip to content

Commit 9f5db49

Browse files
committed
Bump to 2.5.3
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent b72d4d6 commit 9f5db49

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.2
468+
2.5.3
469469

470470
Verbose:
471471

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

480480
[Environment]
481481
Node v8.1.4

docs/releases.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
layout: default
33
title: Release Notes
44
---
5+
# 2.5.3
6+
7+
* fixes "Failed to load locked problem" issue.
8+
* move plugin's data into separate folders:
9+
* login info
10+
* problems list
11+
* problem cache
12+
513
# 2.5.2
614

715
* `show`

lib/cli.js

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ function initPlugins(cb) {
6868
var cli = {};
6969

7070
function runCommand() {
71-
//console.log(Plugin.getType())
7271
var yargs = require('yargs');
7372
h.width = yargs.terminalWidth();
7473
yargs.commandDir('commands')

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.2",
3+
"version": "2.5.3",
44
"description": "A cli tool to enjoy leetcode!",
55
"preferGlobal": "true",
66
"engines": {

0 commit comments

Comments
 (0)