Skip to content

Commit 7431576

Browse files
f3rnoJacobPlaster
authored andcommitted
(manifest) bump to 4.0.14
1 parent ae90a63 commit 7431576

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.0.14
2+
- fix: README docs reference
3+
14
4.0.13
25
- meta: mv several moduels to deps from dev-deps for bfx-cli
36

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ const ws = new WSv2({ transform: true })
2828

2929
### Docs
3030

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitfinex-api-node",
3-
"version": "4.0.13",
3+
"version": "4.0.14",
44
"description": "Node reference library for Bitfinex API",
55
"engines": {
66
"node": ">=8.3.0"

0 commit comments

Comments
 (0)