From 868349ae577b2e14711df0210edbc239b5ea63b9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Jun 2020 16:00:14 +0000 Subject: [PATCH] chore(release): 2.45.1 [skip ci]nn## [2.45.1](https://github.com/coinranking/exchanges/compare/v2.45.0...v2.45.1) (2020-06-04) ### Bug Fixes * **bitfinex:** get markets with a : in the pair as well ([569fe55](https://github.com/coinranking/exchanges/commit/569fe55f057950937bc4484646e174ebe77757cf)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a24a87..977a9698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.45.1](https://github.com/coinranking/exchanges/compare/v2.45.0...v2.45.1) (2020-06-04) + + +### Bug Fixes + +* **bitfinex:** get markets with a : in the pair as well ([569fe55](https://github.com/coinranking/exchanges/commit/569fe55f057950937bc4484646e174ebe77757cf)) + # [2.45.0](https://github.com/coinranking/exchanges/compare/v2.44.0...v2.45.0) (2020-06-04) diff --git a/package-lock.json b/package-lock.json index 8ad325cc..ff029e29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.45.0", + "version": "2.45.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b11ccea1..f93e102c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinranking/exchanges", - "version": "2.45.0", + "version": "2.45.1", "description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges", "main": "lib/exchanges.js", "engines": {