Skip to content

Commit 8b48908

Browse files
elsighclaude
andcommitted
Release v0.0.78
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9cfcd02 commit 8b48908

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dev3000",
3-
"version": "0.0.78-canary",
3+
"version": "0.0.78",
44
"description": "AI-powered development tools with browser monitoring and MCP server integration",
55
"type": "module",
66
"main": "dist/index.js",

www/lib/changelog.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ export interface Release {
99

1010
// Changelog data structure - this will be updated by the release script
1111
export const changelog: Release[] = [
12+
{
13+
version: "0.0.78",
14+
date: "2025-10-03",
15+
type: "patch",
16+
highlights: [
17+
"MCP server now supports cross-tool coordination for seamless debugging workflows",
18+
"Bug fixes improve overall reliability",
19+
"Developer experience improvements across CLI and interface"
20+
]
21+
},
22+
1223
{
1324
version: "0.0.77",
1425
date: "2025-09-30",

0 commit comments

Comments
 (0)