Skip to content

Commit

Permalink
chore(release): 3.95.1 [skip ci]nn## [3.95.1](v3.95.0...v3.95.1) (202…
Browse files Browse the repository at this point in the history
…3-05-29)

### Bug Fixes

* post empty object to fix Unisat driver ([8a276bb](8a276bb))
* test for Unisat was not updated ([62c4781](62c4781))
  • Loading branch information
semantic-release-bot committed May 29, 2023
1 parent 62c4781 commit 3cda20d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.95.1](https://github.com/coinranking/exchanges/compare/v3.95.0...v3.95.1) (2023-05-29)


### Bug Fixes

* post empty object to fix Unisat driver ([8a276bb](https://github.com/coinranking/exchanges/commit/8a276bb431aa775b2da624f1f5da339a864f1428))
* test for Unisat was not updated ([62c4781](https://github.com/coinranking/exchanges/commit/62c4781c75f89515cf487e33f0c4da167d5daf56))

# [3.95.0](https://github.com/coinranking/exchanges/compare/v3.94.0...v3.95.0) (2023-05-23)


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

0 comments on commit 3cda20d

Please sign in to comment.