Skip to content

Commit 4c242c8

Browse files
committed
release v0.0.3
1 parent 0a08e52 commit 4c242c8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ In an OpenCode session, try:
185185
2. **Update CHANGELOG.md** - Move items from `[Unreleased]` to a new version section
186186
3. **Commit the version bump**
187187
```bash
188-
git add package.json CHANGELOG.md
188+
git add package.json
189189
git commit -m "chore: release v0.x.x"
190190
```
191191
4. **Create a git tag**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@braintrust/trace-opencode",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "Automatically trace OpenCode conversations to Braintrust. Captures user messages, assistant responses, and tool calls for observability.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)