Skip to content

Commit

Permalink
chore(release): 3.114.0 [skip ci]nn# [3.114.0](v3.113.0...v3.114.0) (…
Browse files Browse the repository at this point in the history
…2024-03-22)

### Bug Fixes

* revert commander package because it breaks stuff I do not want to solve right now ([651f43b](651f43b))
* update package lock as well ([87ad1e4](87ad1e4))

### Features

* add Exolo exchange driver ([f6a4d13](f6a4d13))
  • Loading branch information
semantic-release-bot committed Mar 22, 2024
1 parent 205730d commit 494d840
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.114.0](https://github.com/coinranking/exchanges/compare/v3.113.0...v3.114.0) (2024-03-22)


### Bug Fixes

* revert commander package because it breaks stuff I do not want to solve right now ([651f43b](https://github.com/coinranking/exchanges/commit/651f43b1955b26829597481dbeb294a8326531fa))
* update package lock as well ([87ad1e4](https://github.com/coinranking/exchanges/commit/87ad1e439c12ec680cec009a058e576ade6b4fe2))


### Features

* add Exolo exchange driver ([f6a4d13](https://github.com/coinranking/exchanges/commit/f6a4d13390f26270d2f5b3311a7ae7ff1e0a49cd))

# [3.113.0](https://github.com/coinranking/exchanges/compare/v3.112.0...v3.113.0) (2024-03-18)


Expand Down
4 changes: 2 additions & 2 deletions 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": "3.113.0",
"version": "3.114.0",
"description": "An open source JavaScript library for fetching tickers from cryptocurrency exchanges",
"main": "lib/exchanges.js",
"engines": {
Expand Down

0 comments on commit 494d840

Please sign in to comment.