We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144e622 commit 6612d53Copy full SHA for 6612d53
.husky/pre-push
@@ -1 +1 @@
1
-bun run test && bun run build
+bun run build
src/constants.ts
@@ -16,7 +16,7 @@ export const NO_CONCURRENCY = 1;
16
export const NOT_SET = "not-set";
17
export const DEFAULT_RETRIES = 3;
18
19
-export const VERSION = "v0.2.13";
+export const VERSION = "v0.2.14";
20
export const SDK_TELEMETRY = `@upstash/workflow@${VERSION}`;
21
22
export const TELEMETRY_HEADER_SDK = "Upstash-Telemetry-Sdk" as const;
0 commit comments