Skip to content

Commit 223d1b4

Browse files
feat: release v0.77.0 (activepieces#10847)
1 parent e8ef135 commit 223d1b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
activepieces:
3-
image: ghcr.io/activepieces/activepieces:0.76.1
3+
image: ghcr.io/activepieces/activepieces:0.77.0
44
container_name: activepieces
55
restart: unless-stopped
66
## Enable the following line if you already use AP_EXECUTION_MODE with SANDBOX_PROCESS or old activepieces, checking the breaking change documentation for more info.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "activepieces",
3-
"version": "0.76.1",
4-
"rcVersion": "0.77.0-rc.0",
3+
"version": "0.77.0",
4+
"rcVersion": "0.78.0-rc.0",
55
"scripts": {
66
"prepare": "husky install",
77
"prebuild": "node tools/scripts/install-bun.js",

0 commit comments

Comments
 (0)