From a31572947d72602d365ae53f9ed3f6dbba27065b Mon Sep 17 00:00:00 2001 From: hustcer Date: Tue, 26 Apr 2016 17:39:06 +0800 Subject: [PATCH] Bump version to v0.3.6 --- history.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/history.md b/history.md index ee47708..427c07a 100644 --- a/history.md +++ b/history.md @@ -1,6 +1,17 @@ ## Change History +### v0.3.6 + +- Add insider trading query support for quotes start with `001`. +- Fix finance calendar: remove redundant spaces, etc. +- Add quotes begin with `001` to SZ market. +- Update node modules:lodash,request and blessed-contrib. +- Fix eslint checking warnings. +- Update node modules:bluebird, js-yaml and moment. +- Update node modules:blessed-contrib,bluebird,imagemin-pngquant and lodash. +- Update node modules:cheerio,js-yaml,lodash,moment,request and bluebird. + ### v0.3.5 - Fix javascript coding style. diff --git a/package.json b/package.json index b5fca03..b140caf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "star", "author": "hustcer", "public": true, - "version": "0.3.5", + "version": "0.3.6", "license": "MIT", "homepage": "http://traceinvest.com", "description": "A STock Analysis and Research tool for terminal users.",