Skip to content

Commit

Permalink
chore(release): 2.28.0 [skip ci]nn# [2.28.0](v2.27.0...v2.28.0) (2020…
Browse files Browse the repository at this point in the history
…-03-20)

### Bug Fixes

* base and quote value ([d20e405](d20e405))
* change url ([dd5cd6e](dd5cd6e))
* reverse quote and base ([3d14f37](3d14f37))

### Features

* altcointrader driver ([c74f262](c74f262))
* fcexchange driver ([6d3c080](6d3c080))
* timex driver ([89b64fe](89b64fe))
  • Loading branch information
semantic-release-bot committed Mar 20, 2020
1 parent d20e405 commit b03ffb6
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.28.0](https://github.com/coinranking/exchanges/compare/v2.27.0...v2.28.0) (2020-03-20)


### Bug Fixes

* base and quote value ([d20e405](https://github.com/coinranking/exchanges/commit/d20e4054a1ec72b92cb14662c44fc68428957299))
* change url ([dd5cd6e](https://github.com/coinranking/exchanges/commit/dd5cd6eba448d31bab85bee497e5c743051ff17c))
* reverse quote and base ([3d14f37](https://github.com/coinranking/exchanges/commit/3d14f37879c040fdd7ad0f5f9ac0723d4422f4f5))


### Features

* altcointrader driver ([c74f262](https://github.com/coinranking/exchanges/commit/c74f262f741cc7a1986a3e7e0dd502bb9d2326c1))
* fcexchange driver ([6d3c080](https://github.com/coinranking/exchanges/commit/6d3c080c40262d3fa08022e1bfc0723451a94de2))
* timex driver ([89b64fe](https://github.com/coinranking/exchanges/commit/89b64fed9acbbaa592b3ff05f71cb774b949174b))

# [2.27.0](https://github.com/coinranking/exchanges/compare/v2.26.0...v2.27.0) (2020-03-20)


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

0 comments on commit b03ffb6

Please sign in to comment.