From ef7fec5619cf448a375c01259f78677cea343ee0 Mon Sep 17 00:00:00 2001 From: "Alejandro U. Alvarez" Date: Wed, 25 Jul 2018 14:44:59 +0100 Subject: [PATCH] chore(release): 1.5.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deebff4..317418f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.5.1](https://github.com/aurbano/robinhood-node/compare/v1.5.0...v1.5.1) (2018-07-25) + + + # [1.4.0](https://github.com/aurbano/robinhood-node/compare/v1.3.0...v1.4.0) (2018-05-08) diff --git a/package.json b/package.json index 8356670..7b1c739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "robinhood", - "version": "1.5.0", + "version": "1.5.1", "description": "Comprehensive NodeJS API wrapper for the Robinhood API", "main": "src/robinhood.js", "scripts": {