From 1c47c6a2ce46f9ee711584e498db3f9f2fcef145 Mon Sep 17 00:00:00 2001 From: Eric Wang Date: Thu, 28 Dec 2017 13:13:07 +0800 Subject: [PATCH] Bump to 2.3.0 Signed-off-by: Eric Wang --- docs/commands.md | 4 ++-- docs/releases.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/commands.md b/docs/commands.md index 6bda5e13..7970f9e4 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -398,7 +398,7 @@ Display version information. Short: $ leetcode version - 2.2.1 + 2.3.0 Verbose: @@ -408,7 +408,7 @@ Verbose: | | ___ ___| |_ ___ ___ __| | ___ | |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \ | | __/ __/ |_ (__| (_) | (_| | __/ - |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.2.1 + |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v2.3.0 [Environment] Node v8.1.4 diff --git a/docs/releases.md b/docs/releases.md index 940eb4a5..4fafa3ed 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -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. diff --git a/package.json b/package.json index df5cefbf..a16186a9 100644 --- a/package.json +++ b/package.json @@ -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": {