Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 3, 2021
1 parent 3e5bc54 commit 7c1f64f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# [0.3.0](https://github.com/jsappme/node-binance-trader/compare/0.2.2...0.3.0) (2021-03-03)


### Bug Fixes

* **backtest:** remove output of pg_connection string ([8d4803c](https://github.com/jsappme/node-binance-trader/commit/8d4803c88db1508d4b6136d34c34ca0302aaf7c1))
* **deps:** unignore npm lockfile ([275b05a](https://github.com/jsappme/node-binance-trader/commit/275b05a5f1de5e0344bf454c059a7cb0df036ebb))
* **docker:** replace yarn with npm ([1b5940a](https://github.com/jsappme/node-binance-trader/commit/1b5940ad3f87ab4ea4ada0809f80fb967cc86c3b))
* **npm:** set private ([3e5bc54](https://github.com/jsappme/node-binance-trader/commit/3e5bc541a28b87fc1c7e15ec127218b26b1947d6))
* **trader:** crash error: can't access `.minQty` of 'undefined' ([0b214a7](https://github.com/jsappme/node-binance-trader/commit/0b214a70ff61abd803bf9cf4ac8c47b335938d00))
* **trader:** don't log unfollowed sell signals ([f7104de](https://github.com/jsappme/node-binance-trader/commit/f7104de828d97341078ee0d0e0e1a6cdcb447d05))


### Features

* add editorconfig ([e050de0](https://github.com/jsappme/node-binance-trader/commit/e050de0ecf3193dbd867bfe9b3c333c348ffc6cb))
* add renovate configuration ([2b6b3df](https://github.com/jsappme/node-binance-trader/commit/2b6b3dff2751bc639725a0bae618e9ab9b14e76f))
* **backtest:** discard abbreviation ([7ba1b8d](https://github.com/jsappme/node-binance-trader/commit/7ba1b8dc06cadedb348244ce860c85f5758998b6))
* **docker:** add Dockerfile ([2b92e07](https://github.com/jsappme/node-binance-trader/commit/2b92e076c99666e15ce170a35c4594b33b2c549d))
* **docs:** convert getting started guide to markdown ([1dfb156](https://github.com/jsappme/node-binance-trader/commit/1dfb156da41e649abc3ca034ab420bbf7b9848f3))
* add docker secret examples ([f09cca0](https://github.com/jsappme/node-binance-trader/commit/f09cca00b9bb7acbaa68ff617a638b3c68c38b82))
* **docker:** improve compose file ([3d3a7dc](https://github.com/jsappme/node-binance-trader/commit/3d3a7dcddd33337efbf6176fee64004383cf37ab))
* **gmail:** add gmail address and app password to env ([6511855](https://github.com/jsappme/node-binance-trader/commit/6511855d50a3a2bca791f861b245aee3a95ca822))
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "node-binance-trader",
"private": true,
"version": "0.2.4",
"version": "0.3.0",
"engine": {
"node": ">=0.12"
},
Expand Down

0 comments on commit 7c1f64f

Please sign in to comment.