Skip to content

Commit

Permalink
chore(release): 2.36.0 [skip ci]nn# [2.36.0](v2.35.0...v2.36.0) (2020…
Browse files Browse the repository at this point in the history
…-04-15)

### Bug Fixes

* remove bid and ask price ([81be6c2](81be6c2))
* reverse base with quote ([5d723a6](5d723a6))

### Features

* saturn driver (test is failed ([4b3b0b9](4b3b0b9))
  • Loading branch information
semantic-release-bot committed Apr 15, 2020
1 parent 5d723a6 commit 562faa3
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.36.0](https://github.com/coinranking/exchanges/compare/v2.35.0...v2.36.0) (2020-04-15)


### Bug Fixes

* remove bid and ask price ([81be6c2](https://github.com/coinranking/exchanges/commit/81be6c2d299e0ca7daa96bd3f934a8c9901d9555))
* reverse base with quote ([5d723a6](https://github.com/coinranking/exchanges/commit/5d723a6618262e0dc17e9ba0fe823da4fc7aaf56))


### Features

* saturn driver (test is failed ([4b3b0b9](https://github.com/coinranking/exchanges/commit/4b3b0b97c7b01a7ecd382ec8d264c9ed44e10c82))

# [2.35.0](https://github.com/coinranking/exchanges/compare/v2.34.0...v2.35.0) (2020-04-14)


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

0 comments on commit 562faa3

Please sign in to comment.