From d3b39eefe7515d485a6898c14cc3afa3d3e083bb Mon Sep 17 00:00:00 2001 From: "Alejandro U. Alvarez" Date: Wed, 19 Sep 2018 15:53:57 +0100 Subject: [PATCH] chore(release): 1.6.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 015cf06..ebd1a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [1.6.0](https://github.com/aurbano/robinhood-node/compare/v1.5.3...v1.6.0) (2018-09-19) + + +### Features + +* add typescript support via typings file ([#83](https://github.com/aurbano/robinhood-node/issues/83)) ([344dbfb](https://github.com/aurbano/robinhood-node/commit/344dbfb)) + + + ## [1.5.3](https://github.com/aurbano/robinhood-node/compare/v1.5.2...v1.5.3) (2018-09-17) diff --git a/package.json b/package.json index 5ecb5e6..db4a7d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "robinhood", - "version": "1.5.3", + "version": "1.6.0", "description": "Comprehensive NodeJS API wrapper for the Robinhood API", "main": "src/robinhood.js", "typings": "robinhood.d.ts",