Skip to content

Commit 606a794

Browse files
committed
chore(release): hft-limit-order-book@6.1.0-beta.1
1 parent ae5f931 commit 606a794

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [6.1.0-beta.1](https://github.com/fasenderos/hft-limit-order-book/compare/v6.1.0-beta.0...v6.1.0-beta.1) (2024-07-28)
4+
5+
6+
### Features
7+
8+
* add support for OCO orders ([5b19318](https://github.com/fasenderos/hft-limit-order-book/commit/5b193185b5e32ba6d0ad9d0853876708e3c3e23c))
9+
10+
11+
### Bug Fixes
12+
13+
* use new signatures in benchmark script ([313aefe](https://github.com/fasenderos/hft-limit-order-book/commit/313aefe3cebef6dd9876e7b9828cdfc54db33f1a))
14+
15+
16+
### Chore
17+
18+
* update husky script ([2e7dd67](https://github.com/fasenderos/hft-limit-order-book/commit/2e7dd678975974a90ebb2921193b6c24b152d67e))
19+
20+
21+
### Documentation
22+
23+
* add stop limit and stop market documentations ([41ef939](https://github.com/fasenderos/hft-limit-order-book/commit/41ef939d172ea7f1a93e1e481f1dcffcbca55640))
24+
25+
26+
### Refactoring
27+
28+
* improve code readability on cancelOrder ([9f062c4](https://github.com/fasenderos/hft-limit-order-book/commit/9f062c44d9d490e872c4f8c16287a7140fd1481c))
29+
330
## [6.1.0-beta.0](https://github.com/fasenderos/hft-limit-order-book/compare/v5.0.0...v6.1.0-beta.0) (2024-07-22)
431

532

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hft-limit-order-book",
3-
"version": "6.1.0-beta.0",
3+
"version": "6.1.0-beta.1",
44
"description": "Node.js Lmit Order Book for high-frequency trading (HFT).",
55
"author": "Andrea Fassina <andrea.fassina82@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)