File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ Display version information.
465465Short:
466466
467467 $ leetcode version
468- 2.5.3
468+ 2.5.4
469469
470470Verbose:
471471
@@ -475,7 +475,7 @@ Verbose:
475475 | | ___ ___| |_ ___ ___ __| | ___
476476 | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
477477 | | __/ __/ |_ (__| (_) | (_| | __/
478- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.3
478+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.4
479479
480480 [Environment]
481481 Node v8.1.4
Original file line number Diff line number Diff line change 22layout : default
33title : Release Notes
44---
5+ # 2.5.4
6+ * fixes error in fresh env without .lc existed.
7+ * embed meta in file content instead of file name.
8+ * update dependencies.
9+
510# 2.5.3
611
712* fixes "Failed to load locked problem" issue.
Original file line number Diff line number Diff line change 11{
22 "name" : " leetcode-cli" ,
3- "version" : " 2.5.3 " ,
3+ "version" : " 2.5.4 " ,
44 "description" : " A cli tool to enjoy leetcode!" ,
55 "preferGlobal" : " true" ,
66 "engines" : {
You can’t perform that action at this time.
0 commit comments