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 e7d8411 commit c303a59Copy full SHA for c303a59
.github/actions/cached-node-modules/action.yml
@@ -40,5 +40,6 @@ runs:
40
npm run build -w packages/tracer & \
41
npm run build -w packages/metrics & \
42
npm run build -w packages/parameters & \
43
- npm run build -w packages/idempotency
+ npm run build -w packages/idempotency & \
44
+ npm run build -w packages/batch
45
shell: bash
packages/commons/src/version.ts
@@ -1,2 +1,2 @@
1
// this file is auto generated, do not modify
2
-export const PT_VERSION = '1.12.0';
+export const PT_VERSION = '1.12.1';
0 commit comments