Skip to content

Commit 25e31fa

Browse files
committed
chore(release): order-book@8.0.0
1 parent 54f5a57 commit 25e31fa

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

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

3+
## [8.0.0](https://github.com/fasenderos/order-book/compare/v7.0.2...v8.0.0) (2024-08-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* new package name `order-book`
9+
10+
### Chore
11+
12+
* **deps-dev:** bump @commitlint/cli from 19.3.0 to 19.4.0 ([32803c0](https://github.com/fasenderos/order-book/commit/32803c07537d491686386b538bdf49482cc655e1))
13+
* **deps-dev:** bump tsx from 4.16.5 to 4.17.0 ([bd04e06](https://github.com/fasenderos/order-book/commit/bd04e063b318d3c8f716eab1c0511926bfbe0bcb))
14+
* rename package ([0d6a5da](https://github.com/fasenderos/order-book/commit/0d6a5da63467ffcb696aeab660b8180772bbecfc))
15+
16+
17+
### Documentation
18+
19+
* add pnpm installation ([54f5a57](https://github.com/fasenderos/order-book/commit/54f5a5762f120819eb647074500fdc161194e5fd))
20+
* udpate project description ([59a984f](https://github.com/fasenderos/order-book/commit/59a984f2265d1be677a053140ebe05365eeb7006))
21+
* udpate project description ([ec02069](https://github.com/fasenderos/order-book/commit/ec02069aea873e832f1015372c13bb11ae9e1956))
22+
23+
24+
### Test
25+
26+
* c8 coverage reportern ([0abb8b4](https://github.com/fasenderos/order-book/commit/0abb8b4a7d30afdee49bec5a26561f02bda8ac28))
27+
* fix codecov lcov.info path ([7dc1d13](https://github.com/fasenderos/order-book/commit/7dc1d137d7df0085ca325c77dc71d843959d745d))
28+
329
## [7.0.2](https://github.com/fasenderos/hft-limit-order-book/compare/v7.0.1...v7.0.2) (2024-08-06)
430

531

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": "order-book",
3-
"version": "7.0.2",
3+
"version": "8.0.0",
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)