Skip to content

Commit

Permalink
chore(release): 2.38.0 [skip ci]nn# [2.38.0](v2.37.0...v2.38.0) (2020…
Browse files Browse the repository at this point in the history
…-04-23)

### Bug Fixes

* remove unused variables ([0524104](0524104))
* rename base to quote volume ([3235fe8](3235fe8))

### Features

* luxtrade driver ([4bcbbc4](4bcbbc4))
* nominex driver ([9120970](9120970))
* walkex driver ([4e5fbfb](4e5fbfb))
* zeroex driver ([5b8288e](5b8288e))
  • Loading branch information
semantic-release-bot committed Apr 23, 2020
1 parent eed7a24 commit ca59024
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [2.38.0](https://github.com/coinranking/exchanges/compare/v2.37.0...v2.38.0) (2020-04-23)


### Bug Fixes

* remove unused variables ([0524104](https://github.com/coinranking/exchanges/commit/0524104c45e92045943dc6dff5a0203f0083b6d7))
* rename base to quote volume ([3235fe8](https://github.com/coinranking/exchanges/commit/3235fe85bd1721a8bf9b008dde066955e0f6997b))


### Features

* luxtrade driver ([4bcbbc4](https://github.com/coinranking/exchanges/commit/4bcbbc4f2304cec6e5d38d68131d4810ca829fa8))
* nominex driver ([9120970](https://github.com/coinranking/exchanges/commit/9120970a31b4255b4dbfac8f79e98a997576d7db))
* walkex driver ([4e5fbfb](https://github.com/coinranking/exchanges/commit/4e5fbfb963af50c038ba5bd62114bfdfbfa74d68))
* zeroex driver ([5b8288e](https://github.com/coinranking/exchanges/commit/5b8288eb4a43478e9c4c475cc6a31de17e16822d))

# [2.37.0](https://github.com/coinranking/exchanges/compare/v2.36.0...v2.37.0) (2020-04-15)


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

0 comments on commit ca59024

Please sign in to comment.