Skip to content

Commit a47c393

Browse files
committed
version update with change log
1 parent b5ed0b9 commit a47c393

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
4.0.17
2+
- added pulse examples
3+
14
4.0.16
25
- fix: unsubscribe fails depending on channel id type
36

examples/rest2/pulse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module.exports = runExample({
9191
end: 0 // fetch comments from a given starttime in milliseconds
9292
})
9393

94-
debug('pulse comments response: %O', pulseComments)
94+
debug('pulse comments response')
9595
debugTable({
9696
headers: [
9797
'PID', 'MTS', 'PUID', 'COMMENT'

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitfinex-api-node",
3-
"version": "4.0.16",
3+
"version": "4.0.17",
44
"description": "Node reference library for Bitfinex API",
55
"engines": {
66
"node": ">=8.3.0"
@@ -33,7 +33,8 @@
3333
"Cris Mihalache <cris.m@bitfinex.com> (https://www.bitfinex.com)",
3434
"Robert Kowalski <robert@bitfinex.com> (https://www.bitfinex.com)",
3535
"Simone Poggi <simone@bitfinex.com> (https://www.bitfinex.com)",
36-
"Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)"
36+
"Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)",
37+
"Abhishek Shrestha <abhishek.shrestha@bitfinex.com> (https://www.bitfinex.com)"
3738
],
3839
"license": "MIT",
3940
"bugs": {
@@ -67,8 +68,8 @@
6768
"blessed": "^0.1.81",
6869
"blessed-contrib": "^4.8.19",
6970
"cli-table3": "^0.6.0",
70-
"bfx-api-node-models": "^1.2.1",
71-
"bfx-api-node-rest": "^3.0.8",
71+
"bfx-api-node-models": "^1.3.1",
72+
"bfx-api-node-rest": "^3.1.0",
7273
"bfx-api-node-util": "^1.0.2",
7374
"bfx-api-node-ws1": "^1.0.0",
7475
"bignumber.js": "^9.0.0",

0 commit comments

Comments
 (0)