From 53d12b4cc0a26c9ba3f7cc79ad7d81d39f14a7e7 Mon Sep 17 00:00:00 2001 From: Jacob Parish Date: Tue, 20 Jul 2021 17:59:53 -0400 Subject: [PATCH] 0.9.3 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 436ab5b..86ecb55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@investingwolf/alpaca-broker-api", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@investingwolf/alpaca-broker-api", - "version": "0.9.2", + "version": "0.9.3", "license": "MIT", "dependencies": { "eventsource": "^1.1.0", diff --git a/package.json b/package.json index 353bd0e..a582296 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@investingwolf/alpaca-broker-api", - "version": "0.9.2", + "version": "0.9.3", "description": "Node.js client for alpaca broker API", "main": "dist/index.js", "types": "dist/index.d.ts",