Skip to content

Commit

Permalink
chore(release): 2.31.0 [skip ci]nn# [2.31.0](v2.30.0...v2.31.0) (2020…
Browse files Browse the repository at this point in the history
…-03-25)

### Bug Fixes

* **bitsten:** used basevolume as quotevolume ([e9a22d9](e9a22d9))
* remove base volume ([9676e82](9676e82))

### Features

* bitsten driver ([8c0731d](8c0731d))
  • Loading branch information
semantic-release-bot committed Mar 25, 2020
1 parent e9a22d9 commit ee281b7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.31.0](https://github.com/coinranking/exchanges/compare/v2.30.0...v2.31.0) (2020-03-25)


### Bug Fixes

* **bitsten:** used basevolume as quotevolume ([e9a22d9](https://github.com/coinranking/exchanges/commit/e9a22d95fd7bc4c72f0301821c33583dcdc686e1))
* remove base volume ([9676e82](https://github.com/coinranking/exchanges/commit/9676e82d01350b7c3f3df6cf9abbd194818d0b32))


### Features

* bitsten driver ([8c0731d](https://github.com/coinranking/exchanges/commit/8c0731d35553545013660c75b2ccbba09a127f3a))

# [2.30.0](https://github.com/coinranking/exchanges/compare/v2.29.0...v2.30.0) (2020-03-25)


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

0 comments on commit ee281b7

Please sign in to comment.