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.
398398Short:
399399
400400 $ leetcode version
401- 2.2.0
401+ 2.2.1
402402
403403Verbose:
404404
@@ -408,7 +408,7 @@ Verbose:
408408 | | ___ ___| |_ ___ ___ __| | ___
409409 | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
410410 | | __/ __/ |_ (__| (_) | (_| | __/
411- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.2.0
411+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.2.1
412412
413413 [Environment]
414414 Node v8.1.4
Original file line number Diff line number Diff line change 22layout : default
33title : Release Notes
44---
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+
518# 2.2.0
619
720* ` config `
Original file line number Diff line number Diff line change 11{
22 "name" : " leetcode-cli" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " A cli tool to enjoy leetcode!" ,
55 "preferGlobal" : " true" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments