Skip to content

Commit 18d00b0

Browse files
committed
(bump) v1.3.0
1 parent 2bcd552 commit 18d00b0

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.3.0
2+
- feature: add multi level parser to base model class
3+
- feature: add symbol details model
4+
- feature: add transaction fee model
5+
- feature: add account summary model
6+
- feature: add auth permission model
7+
18
# 1.2.11
29
- feature: add clampMin to StatusMessagesDeriv model
310
- feature: add clampMax to StatusMessagesDeriv model

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bfx-api-node-models",
3-
"version": "1.2.11",
3+
"version": "1.3.0",
44
"description": "Object models for usage with the Bitfinex node API",
55
"engines": {
66
"node": ">=8.3.0"
@@ -32,7 +32,8 @@
3232
"Jacob Plaster <jacob.plaster@bitfinex.com> (https://www.bitfinex.com)",
3333
"Ezequiel Wernicke <ezequiel.wernicke@bitfinex.com> (https://www.bitfinex.com)",
3434
"Cris Mihalache <cris.m@bitfinex.com> (https://www.bitfinex.com)",
35-
"Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)"
35+
"Paolo Ardoino <paolo@bitfinex.com> (https://www.bitfinex.com)",
36+
"Vigan Abdurrahmani <vigan.abdurrahmani@bitfinex.com> (https://www.bitfinex.com)"
3637
],
3738
"license": "MIT",
3839
"bugs": {

0 commit comments

Comments
 (0)