diff --git a/docs/commands.md b/docs/commands.md index e3270b44..06cfebaa 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -465,7 +465,7 @@ Display version information. Short: $ leetcode version - 2.5.4 + 2.6.0 Verbose: @@ -475,7 +475,7 @@ Verbose: | | ___ ___| |_ ___ ___ __| | ___ | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \ | | __/ __/ |_ (__| (_) | (_| | __/ - |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.5.4 + |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.6.0 [Environment] Node v8.1.4 diff --git a/docs/releases.md b/docs/releases.md index 1794ecb5..c26de3dc 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -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. diff --git a/package.json b/package.json index f013bcd7..7453aa5b 100644 --- a/package.json +++ b/package.json @@ -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": {