Skip to content

Commit

Permalink
chore(release): 3.1.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and vansergen committed Mar 7, 2021
1 parent f8712d1 commit 6edeb66
Show file tree
Hide file tree
Showing 44 changed files with 1,196 additions and 317 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [3.1.1](https://github.com/vansergen/poloniex-node-api/compare/v3.1.0...v3.1.1) (2021-03-07)

### Bug Fixes

- update `Currencies` ([64d851c](https://github.com/vansergen/poloniex-node-api/commit/64d851ca1b3aaadecea26dc7f5ee0541a408f66b))
- update `CurrencyPairs` ([f344ba7](https://github.com/vansergen/poloniex-node-api/commit/f344ba71076cd50a02f25b295944b0c574c50d3d))

### Dependencies

- upgrade `rpc-request` to `v5.0.3` ([0612abb](https://github.com/vansergen/poloniex-node-api/commit/0612abb2c64941162171ee981425c089285ec9c5))
- upgrade `ws` to `v7.4.4` ([5f3f16f](https://github.com/vansergen/poloniex-node-api/commit/5f3f16f8ee7d4ff62552bb3e659d7e1166755bfa))

## [3.1.0](https://github.com/vansergen/poloniex-node-api/compare/v3.0.3...v3.1.0) (2021-02-14)

### Features
Expand Down
12 changes: 0 additions & 12 deletions docs/classes/authenticatedclient.html
Original file line number Diff line number Diff line change
Expand Up @@ -1994,8 +1994,6 @@ <h3>get<wbr />Currencies</h3>
><span class="tsd-signature-symbol">{ </span
>includeMultiChainCurrencies<span class="tsd-signature-symbol"
>?: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
><span class="tsd-signature-type">boolean</span
><span class="tsd-signature-symbol"> }</span
><span class="tsd-signature-symbol">)</span
Expand Down Expand Up @@ -2099,8 +2097,6 @@ <h5>
>includeMultiChainCurrencies<span
class="tsd-signature-symbol"
>?: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
><span class="tsd-signature-type">boolean</span
><span class="tsd-signature-symbol"> }</span>
</h5>
Expand All @@ -2113,8 +2109,6 @@ <h5>
include<wbr />Multi<wbr />Chain<wbr />Currencies<span
class="tsd-signature-symbol"
>?: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
><span class="tsd-signature-type">boolean</span>
</h5>
</li>
Expand Down Expand Up @@ -3801,8 +3795,6 @@ <h3>post</h3>
><span class="tsd-signature-symbol">{ </span>body<span
class="tsd-signature-symbol"
>?: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
><span class="tsd-signature-type">URLSearchParams</span
><span class="tsd-signature-symbol"> }</span
><span class="tsd-signature-symbol">)</span
Expand Down Expand Up @@ -3846,8 +3838,6 @@ <h5>
<span class="tsd-signature-symbol">{ </span>body<span
class="tsd-signature-symbol"
>?: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
><span class="tsd-signature-type">URLSearchParams</span
><span class="tsd-signature-symbol"> }</span
><span class="tsd-signature-symbol"> = ...</span>
Expand All @@ -3859,8 +3849,6 @@ <h5>
>Optional</span
>
body<span class="tsd-signature-symbol">?: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
><span class="tsd-signature-type"
>URLSearchParams</span
>
Expand Down
6 changes: 0 additions & 6 deletions docs/classes/publicclient.html
Original file line number Diff line number Diff line change
Expand Up @@ -742,8 +742,6 @@ <h3>get<wbr />Currencies</h3>
><span class="tsd-signature-symbol">{ </span
>includeMultiChainCurrencies<span class="tsd-signature-symbol"
>?: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
><span class="tsd-signature-type">boolean</span
><span class="tsd-signature-symbol"> }</span
><span class="tsd-signature-symbol">)</span
Expand Down Expand Up @@ -833,8 +831,6 @@ <h5>
>includeMultiChainCurrencies<span
class="tsd-signature-symbol"
>?: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
><span class="tsd-signature-type">boolean</span
><span class="tsd-signature-symbol"> }</span>
</h5>
Expand All @@ -847,8 +843,6 @@ <h5>
include<wbr />Multi<wbr />Chain<wbr />Currencies<span
class="tsd-signature-symbol"
>?: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
><span class="tsd-signature-type">boolean</span>
</h5>
</li>
Expand Down
Loading

0 comments on commit 6edeb66

Please sign in to comment.