Skip to content

Commit 6802c44

Browse files
chore: bump version to 0.2.14
1 parent 0c3d174 commit 6802c44

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
33
"name": "weave-claude-code",
4-
"version": "0.2.13",
4+
"version": "0.2.14",
55
"description": "Track Claude Code sessions in Weave for observability and debugging",
66
"owner": {
77
"name": "wandb"
@@ -12,12 +12,12 @@
1212
"plugins": [
1313
{
1414
"name": "weave",
15-
"version": "0.2.13",
15+
"version": "0.2.14",
1616
"description": "Track Claude Code sessions in Weave for observability and debugging",
1717
"source": {
1818
"source": "github",
1919
"repo": "wandb/weave-claude-code",
20-
"ref": "v0.2.13",
20+
"ref": "v0.2.14",
2121
"sha": "85263a6b50b45355b27ebf037d990900de9f7dc2"
2222
},
2323
"category": "observability"

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "weave",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "Track Claude Code sessions in Weave for observability and debugging"
55
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weave-claude-code",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "Track Claude Code sessions in Weave for observability and debugging",
55
"type": "module",
66
"main": "dist/index.js",

src/version.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// BEGIN AUTO-MANAGED VERSION
22
// This section is maintained by release automation. Do not edit manually.
3-
export const VERSION = '0.2.13';
3+
export const VERSION = '0.2.14';
44
// END AUTO-MANAGED VERSION

0 commit comments

Comments
 (0)