Skip to content

Commit

Permalink
Bump to 2.3.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 Dec 28, 2017
1 parent 7ed01d8 commit 1c47c6a
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@ -398,7 +398,7 @@ Display version information.
Short:

$ leetcode version
2.2.1
2.3.0

Verbose:

Expand All @@ -408,7 +408,7 @@ Verbose:
| | ___ ___| |_ ___ ___ __| | ___
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
| | __/ __/ |_ (__| (_) | (_| | __/
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.2.1
|_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.3.0

[Environment]
Node v8.1.4
Expand Down
15 changes: 15 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
layout: default
title: Release Notes
---

# 2.3.0

* `plugin`
* only install necessary depedencies on specific platform.
* add `-c` option to show plugin config.
* support [cookie.chrome](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/cookie.chrome.md) plugin.
* support [cookie.firefox](https://github.com/skygragon/leetcode-cli-plugins/blob/master/docs/cookie.firefox.md) plugin.
* docker
* support running leetcode-cli as docker container for new user's tasting.
* auto build docker image in Docker Hub.
* UI
* Add spinner message for long time running works.
* Add logo and updte documents.

# 2.2.1

* add commands aliases.
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.2.1",
"version": "2.3.0",
"description": "A cli tool to enjoy leetcode!",
"preferGlobal": "true",
"bin": {
Expand Down

0 comments on commit 1c47c6a

Please sign in to comment.