Skip to content

Commit c303a59

Browse files
authored
chore(ci): add batch to build (#1630)
* chore(ci): add batch to build * chore(ci): bump version
1 parent e7d8411 commit c303a59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/cached-node-modules/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ runs:
4040
npm run build -w packages/tracer & \
4141
npm run build -w packages/metrics & \
4242
npm run build -w packages/parameters & \
43-
npm run build -w packages/idempotency
43+
npm run build -w packages/idempotency & \
44+
npm run build -w packages/batch
4445
shell: bash

packages/commons/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// this file is auto generated, do not modify
2-
export const PT_VERSION = '1.12.0';
2+
export const PT_VERSION = '1.12.1';

0 commit comments

Comments
 (0)