Skip to content

Commit fba894a

Browse files
authored
Release v0.2.0
chore: version package
2 parents 1eaf287 + f2f95e9 commit fba894a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.changeset/initial-release.md

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

packages/agentcrumbs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# agentcrumbs
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 19ea754: Initial release. Debug tracing for AI agents with zero overhead when disabled, strip-before-merge workflow, HTTP collector, CLI tools, and @tanstack/intent skills.

packages/agentcrumbs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentcrumbs",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Debug tracing for agents. Drop crumbs, follow the trail.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)