Skip to content

Commit 4dc7439

Browse files
committed
chore(release): 0.0.2
1 parent 4c5098c commit 4dc7439

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### [0.0.2](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.1...v0.0.2) (2022-07-26)
6+
7+
8+
### Bug Fixes
9+
10+
* add missing addscope script ([4c5098c](https://github.com/fasenderos/hft-limit-order-book/commits/4c5098c86150b29ba28c6e59aac29af987791101))

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": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Ultra-fast Limit Order Book for high-frequency trading (HFT) for NodeJS.",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)