Skip to content
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ Display version information.
398
398
Short:
399
399
400
400
$ leetcode version
401
- 2.2.0
401
+ 2.2.1
402
402
403
403
Verbose:
404
404
@@ -408,7 +408,7 @@ Verbose:
408
408
| | ___ ___| |_ ___ ___ __| | ___
409
409
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
410
410
| | __/ __/ |_ (__| (_) | (_| | __/
411
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.2.0
411
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.2.1
412
412
413
413
[Environment]
414
414
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.2.1
6
+
7
+ * add commands aliases.
8
+ * enhance documents about install error on Ubuntu.
9
+ * ` config `
10
+ * fix wrong parsing on non-string value.
11
+ * ` plugin `
12
+ * fix bug when installing new npm modules.
13
+ * ` show `
14
+ * use traditional `.py` for python3 filename.
15
+ * ` submission `
16
+ * enhance recursive folder creation.
17
+
5
18
# 2.2.0
6
19
7
20
* ` config `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " leetcode-cli" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " A cli tool to enjoy leetcode!" ,
5
5
"preferGlobal" : " true" ,
6
6
"bin" : {
You can’t perform that action at this time.
0 commit comments