Skip to content

Commit 59735dd

Browse files
committed
update package version
1 parent d3288e1 commit 59735dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ services:
2727
# Note: all dollar signs in the hash need to be doubled for escaping.
2828
# To create user:password pair, it's possible to use this command:
2929
# echo $(htpasswd -nb user password) | sed -e s/\\$/\\$\\$/g
30+
# test/test and test2/test2
3031
- "traefik.http.middlewares.zeebe-auth.basicauth.users=test:$$apr1$$H6uskkkW$$IgXLP6ewTrSuBkTrqE8wj/,test2:$$apr1$$d9hr9HBB$$4HxwgUir3HP4EsggP/QNo0"
3132
- "traefik.http.routers.zeebe.middlewares=zeebe-auth"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zeebe-node",
3-
"version": "v0.22.0-alpha.1",
3+
"version": "v0.22.0-alpha.2",
44
"description": "A Node.js client library for the Zeebe Microservices Orchestration Engine.",
55
"keywords": [
66
"zeebe",

0 commit comments

Comments
 (0)