Skip to content

Commit

Permalink
chore(release): 3.84.0 [skip ci]nn# [3.84.0](v3.83.0...v3.84.0) (2022…
Browse files Browse the repository at this point in the history
…-09-02)

### Bug Fixes

* add fixture data for Uniswap v3 Polygon ([726ba94](726ba94))
* test for Uniswap v3 Polygon ([f93cf36](f93cf36))

### Features

* add support for Uniswap v3 on Polygon ([5c4271d](5c4271d))
  • Loading branch information
semantic-release-bot committed Sep 2, 2022
1 parent d73a022 commit 1a0e843
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.84.0](https://github.com/coinranking/exchanges/compare/v3.83.0...v3.84.0) (2022-09-02)


### Bug Fixes

* add fixture data for Uniswap v3 Polygon ([726ba94](https://github.com/coinranking/exchanges/commit/726ba940676e09c6474276515da36232f09f33be))
* test for Uniswap v3 Polygon ([f93cf36](https://github.com/coinranking/exchanges/commit/f93cf36cdf357951aeb460a0fc7cd1f0b324081d))


### Features

* add support for Uniswap v3 on Polygon ([5c4271d](https://github.com/coinranking/exchanges/commit/5c4271d4deacd9afd33184cb8d6caa88c03128e1))

# [3.83.0](https://github.com/coinranking/exchanges/compare/v3.82.0...v3.83.0) (2022-07-27)


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

0 comments on commit 1a0e843

Please sign in to comment.