Skip to content

Commit 7c1f64f

Browse files
chore(release): 0.3.0 [skip ci]
# [0.3.0](0.2.2...0.3.0) (2021-03-03) ### Bug Fixes * **backtest:** remove output of pg_connection string ([8d4803c](8d4803c)) * **deps:** unignore npm lockfile ([275b05a](275b05a)) * **docker:** replace yarn with npm ([1b5940a](1b5940a)) * **npm:** set private ([3e5bc54](3e5bc54)) * **trader:** crash error: can't access `.minQty` of 'undefined' ([0b214a7](0b214a7)) * **trader:** don't log unfollowed sell signals ([f7104de](f7104de)) ### Features * add editorconfig ([e050de0](e050de0)) * add renovate configuration ([2b6b3df](2b6b3df)) * **backtest:** discard abbreviation ([7ba1b8d](7ba1b8d)) * **docker:** add Dockerfile ([2b92e07](2b92e07)) * **docs:** convert getting started guide to markdown ([1dfb156](1dfb156)) * add docker secret examples ([f09cca0](f09cca0)) * **docker:** improve compose file ([3d3a7dc](3d3a7dc)) * **gmail:** add gmail address and app password to env ([6511855](6511855))
1 parent 3e5bc54 commit 7c1f64f

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# [0.3.0](https://github.com/jsappme/node-binance-trader/compare/0.2.2...0.3.0) (2021-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **backtest:** remove output of pg_connection string ([8d4803c](https://github.com/jsappme/node-binance-trader/commit/8d4803c88db1508d4b6136d34c34ca0302aaf7c1))
7+
* **deps:** unignore npm lockfile ([275b05a](https://github.com/jsappme/node-binance-trader/commit/275b05a5f1de5e0344bf454c059a7cb0df036ebb))
8+
* **docker:** replace yarn with npm ([1b5940a](https://github.com/jsappme/node-binance-trader/commit/1b5940ad3f87ab4ea4ada0809f80fb967cc86c3b))
9+
* **npm:** set private ([3e5bc54](https://github.com/jsappme/node-binance-trader/commit/3e5bc541a28b87fc1c7e15ec127218b26b1947d6))
10+
* **trader:** crash error: can't access `.minQty` of 'undefined' ([0b214a7](https://github.com/jsappme/node-binance-trader/commit/0b214a70ff61abd803bf9cf4ac8c47b335938d00))
11+
* **trader:** don't log unfollowed sell signals ([f7104de](https://github.com/jsappme/node-binance-trader/commit/f7104de828d97341078ee0d0e0e1a6cdcb447d05))
12+
13+
14+
### Features
15+
16+
* add editorconfig ([e050de0](https://github.com/jsappme/node-binance-trader/commit/e050de0ecf3193dbd867bfe9b3c333c348ffc6cb))
17+
* add renovate configuration ([2b6b3df](https://github.com/jsappme/node-binance-trader/commit/2b6b3dff2751bc639725a0bae618e9ab9b14e76f))
18+
* **backtest:** discard abbreviation ([7ba1b8d](https://github.com/jsappme/node-binance-trader/commit/7ba1b8dc06cadedb348244ce860c85f5758998b6))
19+
* **docker:** add Dockerfile ([2b92e07](https://github.com/jsappme/node-binance-trader/commit/2b92e076c99666e15ce170a35c4594b33b2c549d))
20+
* **docs:** convert getting started guide to markdown ([1dfb156](https://github.com/jsappme/node-binance-trader/commit/1dfb156da41e649abc3ca034ab420bbf7b9848f3))
21+
* add docker secret examples ([f09cca0](https://github.com/jsappme/node-binance-trader/commit/f09cca00b9bb7acbaa68ff617a638b3c68c38b82))
22+
* **docker:** improve compose file ([3d3a7dc](https://github.com/jsappme/node-binance-trader/commit/3d3a7dcddd33337efbf6176fee64004383cf37ab))
23+
* **gmail:** add gmail address and app password to env ([6511855](https://github.com/jsappme/node-binance-trader/commit/6511855d50a3a2bca791f861b245aee3a95ca822))

package-lock.json

Lines changed: 1 addition & 1 deletion
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,7 +1,7 @@
11
{
22
"name": "node-binance-trader",
33
"private": true,
4-
"version": "0.2.4",
4+
"version": "0.3.0",
55
"engine": {
66
"node": ">=0.12"
77
},

0 commit comments

Comments
 (0)