Skip to content

Commit

Permalink
(manifest) bump to 4.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno authored and JacobPlaster committed Mar 27, 2020
1 parent ae90a63 commit 7431576
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.0.14
- fix: README docs reference

4.0.13
- meta: mv several moduels to deps from dev-deps for bfx-cli

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const ws = new WSv2({ transform: true })

### Docs

[See `docs/ws2.md`](/docs/ws2.md) for WS2 API methods,
[and `docs/usage.md`](/docs/usage.md) for a basic usage guide. For executable
examples, [refer to the `examples/`](/examples) folder.
Refer to the [`docs/`](https://cdn.statically.io/gh/bitfinexcom/bitfinex-api-node/master/docs/index.html)
folder for JSDoc-generated HTML documentation, and the [`examples/`](/examples)
folder for executable examples covering common use cases.

Official API documentation at [https://docs.bitfinex.com/v2/reference](https://docs.bitfinex.com/v2/reference)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitfinex-api-node",
"version": "4.0.13",
"version": "4.0.14",
"description": "Node reference library for Bitfinex API",
"engines": {
"node": ">=8.3.0"
Expand Down

0 comments on commit 7431576

Please sign in to comment.