Skip to content

Commit

Permalink
chore(release): hft-limit-order-book@7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fasenderos committed Aug 2, 2024
1 parent 5a538d5 commit bb94ef9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [7.0.1](https://github.com/fasenderos/hft-limit-order-book/compare/v7.0.0...v7.0.1) (2024-08-02)


### Features

* add error codes ([5a538d5](https://github.com/fasenderos/hft-limit-order-book/commit/5a538d59160e608cb7bffb245295a5543a8aacb3))
* add postOnly option on deprecated createOrder signature ([e1b5825](https://github.com/fasenderos/hft-limit-order-book/commit/e1b5825e6f061e7cfc5c99800f564879cb84862e))


### Documentation

* improve post-only documentation ([1383eef](https://github.com/fasenderos/hft-limit-order-book/commit/1383eef5a7b8797f3c0998bff01b5f870508c642))

## [7.0.0](https://github.com/fasenderos/hft-limit-order-book/compare/v6.1.1...v7.0.0) (2024-08-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hft-limit-order-book",
"version": "7.0.0",
"version": "7.0.1",
"description": "Node.js Lmit Order Book for high-frequency trading (HFT).",
"author": "Andrea Fassina <andrea.fassina82@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit bb94ef9

Please sign in to comment.