Skip to content

Commit 7a09863

Browse files
committed
chore(release): 2.0.0
1 parent 3587a64 commit 7a09863

File tree

3 files changed

+34
-32
lines changed

3 files changed

+34
-32
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
## [2.0.0](https://github.com/fasenderos/hft-limit-order-book/compare/v1.1.0...v2.0.0) (2022-11-20)
6+
57
## [1.1.0](https://github.com/fasenderos/hft-limit-order-book/compare/v1.0.0...v1.1.0) (2022-08-16)
68

79

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: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
{
22
"name": "hft-limit-order-book",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "Node.js Lmit Order Book for high-frequency trading (HFT).",
5+
"author": "Andrea Fassina <[email protected]>",
6+
"license": "MIT",
7+
"homepage": "https://github.com/fasenderos/hft-limit-order-book",
8+
"repository": {
9+
"type": "git",
10+
"url": "[email protected]:fasenderos/hft-limit-order-book.git"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/fasenderos/hft-limit-order-book/issues"
14+
},
515
"main": "dist/cjs/index.js",
616
"module": "dist/esm/index.js",
717
"umd:main": "dist/umd/index.js",
@@ -29,35 +39,6 @@
2939
"test:cov": "jest --coverage --no-cache --runInBand",
3040
"prepare": "husky install"
3141
},
32-
"publishConfig": {
33-
"access": "public"
34-
},
35-
"files": [
36-
"dist"
37-
],
38-
"keywords": [
39-
"exchange",
40-
"hft",
41-
"hft-trading",
42-
"limit-order-book",
43-
"matching-algorithm",
44-
"matching-engine",
45-
"nodejs",
46-
"orderbook",
47-
"order-book",
48-
"typescript",
49-
"trading"
50-
],
51-
"author": "Andrea Fassina <[email protected]>",
52-
"license": "MIT",
53-
"homepage": "https://github.com/fasenderos/hft-limit-order-book",
54-
"repository": {
55-
"type": "git",
56-
"url": "[email protected]:fasenderos/hft-limit-order-book.git"
57-
},
58-
"bugs": {
59-
"url": "https://github.com/fasenderos/hft-limit-order-book/issues"
60-
},
6142
"dependencies": {
6243
"denque": "2.1.0",
6344
"functional-red-black-tree": "1.0.1"
@@ -86,6 +67,25 @@
8667
"webpack": "5.75.0",
8768
"webpack-cli": "5.0.0"
8869
},
70+
"publishConfig": {
71+
"access": "public"
72+
},
73+
"files": [
74+
"dist"
75+
],
76+
"keywords": [
77+
"exchange",
78+
"hft",
79+
"hft-trading",
80+
"limit-order-book",
81+
"matching-algorithm",
82+
"matching-engine",
83+
"nodejs",
84+
"orderbook",
85+
"order-book",
86+
"typescript",
87+
"trading"
88+
],
8989
"lint-staged": {
9090
"*.ts": [
9191
"prettier --write"

0 commit comments

Comments
 (0)