Skip to content

Commit

Permalink
chore(release): 2.45.1 [skip ci]nn## [2.45.1](v2.45.0...v2.45.1) (202…
Browse files Browse the repository at this point in the history
…0-06-04)

### Bug Fixes

* **bitfinex:** get markets with a : in the pair as well ([569fe55](569fe55))
  • Loading branch information
semantic-release-bot committed Jun 4, 2020
1 parent bd47a76 commit 868349a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 868349a

Please sign in to comment.