Skip to content

Commit

Permalink
chore(release): 3.20.0 [skip ci]nn# [3.20.0](v3.19.0...v3.20.0) (2020…
Browse files Browse the repository at this point in the history
…-09-04)

### Features

* beldex driver ([18e7a2d](18e7a2d))
* beldex driver change order in index.js ([cf5b783](cf5b783))
* bitfox change order in index.js ([d1a9776](d1a9776))
* bitfox driver ([1490651](1490651))
* bitfox driver remove unnecessary import ([aed3cb3](aed3cb3))
* zt driver ([5b0f101](5b0f101))
  • Loading branch information
semantic-release-bot committed Sep 4, 2020
1 parent 5b0f101 commit af0f77a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.20.0](https://github.com/coinranking/exchanges/compare/v3.19.0...v3.20.0) (2020-09-04)


### Features

* beldex driver ([18e7a2d](https://github.com/coinranking/exchanges/commit/18e7a2dda5205f27418368bca693b03613d86b0c))
* beldex driver change order in index.js ([cf5b783](https://github.com/coinranking/exchanges/commit/cf5b7837b4f5cdf1d7552c4d3787957d7e2b4ae1))
* bitfox change order in index.js ([d1a9776](https://github.com/coinranking/exchanges/commit/d1a97767bcbeb35122ec94e1fed3ac0d7666b9c5))
* bitfox driver ([1490651](https://github.com/coinranking/exchanges/commit/1490651ccb2c1511c1a5a969ddc9feb9cfb37dca))
* bitfox driver remove unnecessary import ([aed3cb3](https://github.com/coinranking/exchanges/commit/aed3cb39531bd2ab1014bd3239d5ece6829f2809))
* zt driver ([5b0f101](https://github.com/coinranking/exchanges/commit/5b0f1019386912eb692e4756f54aca500a4c563f))

# [3.19.0](https://github.com/coinranking/exchanges/compare/v3.18.0...v3.19.0) (2020-08-26)


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": "3.19.0",
"version": "3.20.0",
"description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges",
"main": "lib/exchanges.js",
"engines": {
Expand Down

0 comments on commit af0f77a

Please sign in to comment.