Skip to content

Commit 616a872

Browse files
committed
chore: release 1.0.0-beta.29
1 parent 6848c0f commit 616a872

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"tough-pens-remember",
6464
"unlucky-emus-decide",
6565
"wet-walls-work",
66+
"wild-suns-refuse",
6667
"wild-wolves-camp"
6768
]
6869
}

.changeset/wild-suns-refuse.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
"opentrader": minor
3+
"frontend": minor
4+
"processor": minor
5+
---
6+
7+
- Platform: Added standalone entrypoint
8+
- App: Fixed CLI binary entrypoint
9+
- Docker: Use `node:lts-alpine3.17` image and fix docker imagebuild
10+
- CI/CD: Switch from Docker Build Cloud to GitHub Actions
11+
- Docs: Specify Node.js version requirement in README.md

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opentrader",
3-
"version": "1.0.0-beta.28",
3+
"version": "1.0.0-beta.29",
44
"description": "OpenTrader is a powerful open-source crypto trading bot designated to automate your trading strategies on various cryptocurrency exchanges.",
55
"keywords": [
66
"bot",

0 commit comments

Comments
 (0)