Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurbano committed May 8, 2018
1 parent 271014d commit b9bbe4e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,23 @@

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.

<a name="1.4.0"></a>
# [1.4.0](https://github.com/aurbano/robinhood-node/compare/v1.3.0...v1.4.0) (2018-05-08)


### Bug Fixes

* Fix orders() method: hasId became null in some cases and method failed. ([#67](https://github.com/aurbano/robinhood-node/issues/67)) ([c365ff1](https://github.com/aurbano/robinhood-node/commit/c365ff1))


### Features

* Add ability to use MFA code for logging in ([#64](https://github.com/aurbano/robinhood-node/issues/64)) ([271014d](https://github.com/aurbano/robinhood-node/commit/271014d))
* Earnings endpoint ([#66](https://github.com/aurbano/robinhood-node/issues/66)) ([054fcac](https://github.com/aurbano/robinhood-node/commit/054fcac))
* Enable canceling an order by id ([#69](https://github.com/aurbano/robinhood-node/issues/69)) ([bd35b58](https://github.com/aurbano/robinhood-node/commit/bd35b58))



<a name="1.3.0"></a>
# [1.3.0](https://github.com/aurbano/robinhood-node/compare/v1.2.1...v1.3.0) (2018-05-08)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "robinhood",
"version": "1.3.0",
"version": "1.4.0",
"description": "Comprehensive NodeJS API wrapper for the Robinhood API",
"main": "src/robinhood.js",
"scripts": {
Expand Down

0 comments on commit b9bbe4e

Please sign in to comment.