Skip to content

Commit bfb62c8

Browse files
authored
chore: Bump SDK version for 3.4.0 (#1541)
1 parent e6e574e commit bfb62c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PUBLISHING_JS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## Release Instructions
1111

1212
- Cut a PR that bumps version number in https://github.com/braintrustdata/braintrust-sdk/blob/main/js/package.json#L3 according to [SEMVER](https://semver.org/) principles (e.g., `0.4.3``0.4.4`).
13-
- Make sure the tests & integration tests PR pass.
13+
- Make sure the tests & integration tests pass on the PR.
1414
- Merge to main in `braintrust-sdk-javascript` and `braintrust` repos.
1515
- In the `braintrust-sdk-javascript` repo, check out the correct commit and verify you are in a sane state to release code.
1616

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "braintrust",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "SDK for integrating Braintrust",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)