Skip to content

Commit ed89601

Browse files
committed
chore(release): 0.0.5
1 parent 1114be2 commit ed89601

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
### [0.0.5](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.4...v0.0.5) (2022-07-29)
6+
7+
8+
### Features
9+
10+
* add code coverage ([7dc79ea](https://github.com/fasenderos/hft-limit-order-book/commits/7dc79ea9c320c3cd8d937db4c5de1dc544aa80c3))
11+
* add code security scanner ([2362528](https://github.com/fasenderos/hft-limit-order-book/commits/236252859662158ca975a1824ec344315873623a))
12+
* add codecov config ([672671d](https://github.com/fasenderos/hft-limit-order-book/commits/672671dec8385d7c60950433b2bf08cec3fc5cd1))
13+
* add dependabot ([1e46e08](https://github.com/fasenderos/hft-limit-order-book/commits/1e46e089735442bb50bb7a695074ebf70ffef768))
14+
* add dependebot auto-merge action ([4937a06](https://github.com/fasenderos/hft-limit-order-book/commits/4937a06ceafccfccaa5746b2cbbb98a438bddd77))
15+
16+
17+
### Bug Fixes
18+
19+
* circle ci coverage upload ([1114be2](https://github.com/fasenderos/hft-limit-order-book/commits/1114be236e047645f3f9d8533ae58031852a9794))
20+
521
### [0.0.4](https://github.com/fasenderos/hft-limit-order-book/compare/v0.0.3...v0.0.4) (2022-07-28)
622

723

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.4",
3+
"version": "0.0.5",
44
"description": "Node.js Lmit Order Book for high-frequency trading (HFT).",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)