From 58ec3408811f974771463fbf8c81440f91fbd833 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Mar 2020 13:24:35 +0000 Subject: [PATCH] chore(release): 2.29.0 [skip ci]nn# [2.29.0](https://github.com/coinranking/exchanges/compare/v2.28.0...v2.29.0) (2020-03-25) ### Features * add bid and ask ([734d5c6](https://github.com/coinranking/exchanges/commit/734d5c668ea6f8595080c0fbd5610f22f40660b3)) * drgx driver ([36fb07d](https://github.com/coinranking/exchanges/commit/36fb07dbbb4c3660ee748f6ec7c3db360c7c1845)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db3d192..0f15ac1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.29.0](https://github.com/coinranking/exchanges/compare/v2.28.0...v2.29.0) (2020-03-25) + + +### Features + +* add bid and ask ([734d5c6](https://github.com/coinranking/exchanges/commit/734d5c668ea6f8595080c0fbd5610f22f40660b3)) +* drgx driver ([36fb07d](https://github.com/coinranking/exchanges/commit/36fb07dbbb4c3660ee748f6ec7c3db360c7c1845)) + # [2.28.0](https://github.com/coinranking/exchanges/compare/v2.27.0...v2.28.0) (2020-03-20) diff --git a/package-lock.json b/package-lock.json index f7021305..4031cd39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.28.0", + "version": "2.29.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b9e269d3..b75f58a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.28.0", + "version": "2.29.0", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {