File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dev3000" ,
3
- "version" : " 0.0.78-canary " ,
3
+ "version" : " 0.0.78" ,
4
4
"description" : " AI-powered development tools with browser monitoring and MCP server integration" ,
5
5
"type" : " module" ,
6
6
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,17 @@ export interface Release {
9
9
10
10
// Changelog data structure - this will be updated by the release script
11
11
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
+
12
23
{
13
24
version : "0.0.77" ,
14
25
date : "2025-09-30" ,
You can’t perform that action at this time.
0 commit comments