Skip to content

Commit

Permalink
version update with change log
Browse files Browse the repository at this point in the history
  • Loading branch information
avsek477 committed Jan 13, 2021
1 parent b5ed0b9 commit a47c393
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
4.0.17
- added pulse examples

4.0.16
- fix: unsubscribe fails depending on channel id type

Expand Down
2 changes: 1 addition & 1 deletion examples/rest2/pulse.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module.exports = runExample({
end: 0 // fetch comments from a given starttime in milliseconds
})

debug('pulse comments response: %O', pulseComments)
debug('pulse comments response')
debugTable({
headers: [
'PID', 'MTS', 'PUID', 'COMMENT'
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitfinex-api-node",
"version": "4.0.16",
"version": "4.0.17",
"description": "Node reference library for Bitfinex API",
"engines": {
"node": ">=8.3.0"
Expand Down Expand Up @@ -33,7 +33,8 @@
"Cris Mihalache <cris.m@bitfinex.com> (https://www.bitfinex.com)",
"Robert Kowalski <robert@bitfinex.com> (https://www.bitfinex.com)",
"Simone Poggi <simone@bitfinex.com> (https://www.bitfinex.com)",
"Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)"
"Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)",
"Abhishek Shrestha <abhishek.shrestha@bitfinex.com> (https://www.bitfinex.com)"
],
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -67,8 +68,8 @@
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.19",
"cli-table3": "^0.6.0",
"bfx-api-node-models": "^1.2.1",
"bfx-api-node-rest": "^3.0.8",
"bfx-api-node-models": "^1.3.1",
"bfx-api-node-rest": "^3.1.0",
"bfx-api-node-util": "^1.0.2",
"bfx-api-node-ws1": "^1.0.0",
"bignumber.js": "^9.0.0",
Expand Down

0 comments on commit a47c393

Please sign in to comment.