Skip to content

Commit

Permalink
chore(release): hft-limit-order-book@2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fasenderos committed Aug 22, 2023
1 parent 7ac655d commit d92a847
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.3.4](https://github.com/fasenderos/hft-limit-order-book/compare/v2.3.3...v2.3.4) (2023-08-22)


### Chore

* **deps:** replace standard-version with release-it ([6368cab](https://github.com/fasenderos/hft-limit-order-book/commit/6368cab5d35de229e7b322220370eeb9dc62ab89))
* optional size or price on order update ([148f050](https://github.com/fasenderos/hft-limit-order-book/commit/148f050f8cd77a37033b7e7746d3a5c72b2aee2a))


### Documentation

* recreate changelog with release-it conventionalcommits ([5068e84](https://github.com/fasenderos/hft-limit-order-book/commit/5068e84558820547dbd95b1a37ff52d4fd45def8))


### Test

* minimum coverage 95 ([7ac655d](https://github.com/fasenderos/hft-limit-order-book/commit/7ac655d349f196d1379b1a7a51e5cf4d7ed0a02f))

## [2.3.3](https://github.com/fasenderos/hft-limit-order-book/compare/v2.3.2...v2.3.3) (2023-08-19)


Expand Down Expand Up @@ -140,5 +158,4 @@

### Features

* initial release ([1136a0e](https://github.com/fasenderos/hft-limit-order-book/commit/1136a0e14392709161ff82a8937ce601e1277d03))

* initial release ([1136a0e](https://github.com/fasenderos/hft-limit-order-book/commit/1136a0e14392709161ff82a8937ce601e1277d03))
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": "2.3.3",
"version": "2.3.4",
"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 d92a847

Please sign in to comment.