Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]nn# [1.3.0](v1.2.0...v1.3.0) (2019-12-24)
Browse files Browse the repository at this point in the history
### Bug Fixes

* again run test for driver ovex ([4f048fb](4f048fb))
* new test for driver ovex ([d32015e](d32015e))
* return changes from first commit ([484108a](484108a))
* run test again for ovex ([65105ad](65105ad))
* try somethign else to pass the commit ([315f692](315f692))

### Features

* atomars driver ([ff30e6e](ff30e6e))
* atomars driver without test ([3b3ffbc](3b3ffbc))
* citex driver ([abaa5d3](abaa5d3))
* driver eterbase ([8f7c65c](8f7c65c))
* ovex driver ([cd65c49](cd65c49))
* wazirx driver ([52091b4](52091b4))
  • Loading branch information
semantic-release-bot committed Dec 24, 2019
1 parent 272fbf9 commit 9b08b98
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.3.0](https://github.com/coinranking/exchanges/compare/v1.2.0...v1.3.0) (2019-12-24)


### Bug Fixes

* again run test for driver ovex ([4f048fb](https://github.com/coinranking/exchanges/commit/4f048fbd7eac5e2da3f32692b81b0813c75821b4))
* new test for driver ovex ([d32015e](https://github.com/coinranking/exchanges/commit/d32015e3aff7c2a705fcf1feb83871dcb246a1a6))
* return changes from first commit ([484108a](https://github.com/coinranking/exchanges/commit/484108a4453ce613c02f7d7279c5cec8502fe415))
* run test again for ovex ([65105ad](https://github.com/coinranking/exchanges/commit/65105adca1b3773ce50b6666d76ff742041e5c3e))
* try somethign else to pass the commit ([315f692](https://github.com/coinranking/exchanges/commit/315f692222b68cba47060d8dbfcb3d1e1283d172))


### Features

* atomars driver ([ff30e6e](https://github.com/coinranking/exchanges/commit/ff30e6ed25f8086c7e88c4fc1f979bb36d398d77))
* atomars driver without test ([3b3ffbc](https://github.com/coinranking/exchanges/commit/3b3ffbcd619c4522d096885459f6ca114340a269))
* citex driver ([abaa5d3](https://github.com/coinranking/exchanges/commit/abaa5d3e29e50773262a909c9ea6439f84b31d1b))
* driver eterbase ([8f7c65c](https://github.com/coinranking/exchanges/commit/8f7c65c30a884efb7045051a5832c1527f93fb39))
* ovex driver ([cd65c49](https://github.com/coinranking/exchanges/commit/cd65c498eddc062b8cba7643883ef90ed2f474c8))
* wazirx driver ([52091b4](https://github.com/coinranking/exchanges/commit/52091b4a1bb3791bb60a51057baefe745ec67bfc))

# [1.2.0](https://github.com/coinranking/exchanges/compare/v1.1.0...v1.2.0) (2019-12-23)


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": "1.2.0",
"version": "1.3.0",
"description": "A Javascript library for getting up to date cryptocurrency exchange data and tickers.",
"main": "lib/exchanges.js",
"engines": {
Expand Down

0 comments on commit 9b08b98

Please sign in to comment.