Skip to content

Commit 1414016

Browse files
Version projects
- project: desktop 0.3.1
1 parent 05ca2a7 commit 1414016

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.nx/version-plans/desktop-0.3.1.md

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

apps/desktop/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 0.3.1 (2026-03-02)
2+
3+
### 🩹 Fixes
4+
5+
- Fix CodeMirror crash caused by duplicate @codemirror/state instances. Fix server lint by broadening dbtest build tag and removing dead code. ([05ca2a7a](https://github.com/the-dev-tools/dev-tools/commit/05ca2a7a))
6+
7+
### ❤️ Thank You
8+
9+
- Claude Opus 4.6
10+
- moosebay
11+
112
## 0.3.0 (2026-02-26)
213

314
### 🚀 Features

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@the-dev-tools/desktop",
33
"description": "DevTools Studio is a powerful API testing tool that records your browser interactions, automatically generates requests, and seamlessly chains them for functional testing. With built-in CI integration, it streamlines API validation from development to deployment.",
44
"author": "DevTools",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"private": true,
77
"type": "module",
88
"main": "./out/main/index.js",

0 commit comments

Comments
 (0)