Skip to content

Commit

Permalink
chore: release 1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Aug 22, 2024
1 parent ef46455 commit 3b5c85c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .changeset/fluffy-experts-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"opentrader": minor
"frontend": minor
"processor": minor
---

- feat(strategy-runner): added support for ARB trade
- fix(exchanges): convert Bid/Ask instances classes to plain objects
- fix(stream): fixed orderbook subscription to multiple symbols
- feat(bot): Added additional exchange accounts support
- feat(bot, db): merged `baseCurrency` and `quoteCurrency` into `symbol` column
- chore(TypeScript): added `typecheck` command
- fix(CLI): added `--paper` option to CLI
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"brave-poets-hang",
"chilly-clouds-explode",
"few-planets-reflect",
"fluffy-experts-raise",
"healthy-ducks-listen",
"loud-bikes-dress",
"mean-pandas-care",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentrader",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"description": "OpenTrader is a powerful open-source crypto trading bot designated to automate your trading strategies on various cryptocurrency exchanges.",
"keywords": [
"bot",
Expand Down
2 changes: 1 addition & 1 deletion pro
Submodule pro updated from 1be809 to 30084f

0 comments on commit 3b5c85c

Please sign in to comment.