Skip to content

Commit 64b5d9a

Browse files
chore: Prepare release (20b21c1) (#2099)
Prepares a release by updating package versions, changelogs, and consumed changeset files. Source-main-sha: 20b21c1 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc0cc2e commit 64b5d9a

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/add-bt-cli-bin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# braintrust
22

3+
## 3.17.0
4+
5+
### Minor Changes
6+
7+
- feat: ship the `bt` CLI with the SDK. Installing `braintrust` now exposes a `bt` command in `node_modules/.bin` that runs the prebuilt native binary for your platform (delivered via `@braintrust/bt-*` optional dependencies). If optional dependencies are skipped (e.g. `--no-optional` / `--omit=optional`), a postinstall script downloads the matching binary from the npm registry as a fallback. (https://github.com/braintrustdata/braintrust-sdk-javascript/pull/2067)
8+
39
## 3.16.0
410

511
### Minor Changes

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.16.0",
3+
"version": "3.17.0",
44
"description": "SDK for integrating Braintrust",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)