Skip to content

Commit

Permalink
chore(release): 2.9.0 [skip ci]nn# [2.9.0](v2.8.0...v2.9.0) (2019-12-31)
Browse files Browse the repository at this point in the history
### Bug Fixes

* **parsxc:** add fixture for parsxc ([6ad55fe](6ad55fe))
* **parsxc:** small typo from parsxs to parsxc ([f249566](f249566))

### Features

* **parsxc:** add the base name to the ticker ([3088132](3088132))
* parsxc driver ([5e79b1d](5e79b1d))
  • Loading branch information
semantic-release-bot committed Dec 31, 2019
1 parent 3088132 commit 58d9668
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [2.9.0](https://github.com/coinranking/exchanges/compare/v2.8.0...v2.9.0) (2019-12-31)


### Bug Fixes

* **parsxc:** add fixture for parsxc ([6ad55fe](https://github.com/coinranking/exchanges/commit/6ad55fefd5cde65c3e95fa988ae6f20b70f496f5))
* **parsxc:** small typo from parsxs to parsxc ([f249566](https://github.com/coinranking/exchanges/commit/f249566b52cbb233b3247f5ba126f66c51f1cac9))


### Features

* **parsxc:** add the base name to the ticker ([3088132](https://github.com/coinranking/exchanges/commit/3088132b41df4f0b561a54605dbf5dbc13f1024f))
* parsxc driver ([5e79b1d](https://github.com/coinranking/exchanges/commit/5e79b1d3e766b26b709333958093bc481146de19))

# [2.8.0](https://github.com/coinranking/exchanges/compare/v2.7.1...v2.8.0) (2019-12-31)


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

0 comments on commit 58d9668

Please sign in to comment.