Skip to content

Commit 24b85ea

Browse files
committed
Bump to 2.6.0
Signed-off-by: Eric Wang <[email protected]>
1 parent 70179c8 commit 24b85ea

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

Diff for: 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.4
468+
2.6.0
469469

470470
Verbose:
471471

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

480480
[Environment]
481481
Node v8.1.4

Diff for: docs/releases.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
layout: default
33
title: Release Notes
44
---
5+
# 2.6.0
6+
* build all-in-one binary for linux/macos/windows.
7+
* `show`
8+
* support customized filename.
9+
* use "--" as comment in sql file.
10+
* `list`
11+
* fixes format issue.
12+
* fixes UT failures on windows.
13+
514
# 2.5.4
615
* fixes error in fresh env without .lc existed.
716
* embed meta in file content instead of file name.

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

0 commit comments

Comments
 (0)