Skip to content

Commit

Permalink
Bump to 2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Wang <skygragon@gmail.com>
  • Loading branch information
skygragon committed Nov 24, 2018
1 parent 70179c8 commit 24b85ea
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ Display version information.
Short:

$ leetcode version
2.5.4
2.6.0

Verbose:

Expand All @@ -475,7 +475,7 @@ Verbose:
| | ___ ___| |_ ___ ___ __| | ___
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
| | __/ __/ |_ (__| (_) | (_| | __/
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.4
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.6.0

[Environment]
Node v8.1.4
Expand Down
9 changes: 9 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
layout: default
title: Release Notes
---
# 2.6.0
* build all-in-one binary for linux/macos/windows.
* `show`
* support customized filename.
* use "--" as comment in sql file.
* `list`
* fixes format issue.
* fixes UT failures on windows.

# 2.5.4
* fixes error in fresh env without .lc existed.
* embed meta in file content instead of file name.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "leetcode-cli",
"version": "2.5.4",
"version": "2.6.0",
"description": "A cli tool to enjoy leetcode!",
"preferGlobal": "true",
"engines": {
Expand Down

0 comments on commit 24b85ea

Please sign in to comment.