File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ Display version information.
465
465
Short:
466
466
467
467
$ leetcode version
468
- 2.5.2
468
+ 2.5.3
469
469
470
470
Verbose:
471
471
@@ -475,7 +475,7 @@ Verbose:
475
475
| | ___ ___| |_ ___ ___ __| | ___
476
476
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
477
477
| | __/ __/ |_ (__| (_) | (_| | __/
478
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.2
478
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.3
479
479
480
480
[Environment]
481
481
Node v8.1.4
Original file line number Diff line number Diff line change 2
2
layout : default
3
3
title : Release Notes
4
4
---
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
+
5
13
# 2.5.2
6
14
7
15
* ` show `
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ function initPlugins(cb) {
68
68
var cli = { } ;
69
69
70
70
function runCommand ( ) {
71
- //console.log(Plugin.getType())
72
71
var yargs = require ( 'yargs' ) ;
73
72
h . width = yargs . terminalWidth ( ) ;
74
73
yargs . commandDir ( 'commands' )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leetcode-cli" ,
3
- "version" : " 2.5.2 " ,
3
+ "version" : " 2.5.3 " ,
4
4
"description" : " A cli tool to enjoy leetcode!" ,
5
5
"preferGlobal" : " true" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments