chore(release): prepare 0.3.10
Some checks failed
Check / Node 22 (push) Has been cancelled

This commit is contained in:
Vincent Koc 2026-05-03 01:13:33 -07:00
parent 12005b4658
commit 68e10e0aaa
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
## Unreleased
## 0.3.10 - 2026-05-03
### Fixed
- Accept valid mocked capture output when plugin code leaves `process.exitCode` dirty.
## 0.3.9 - 2026-05-03
### Fixed

View File

@ -1,6 +1,6 @@
{
"name": "@openclaw/plugin-inspector",
"version": "0.3.9",
"version": "0.3.10",
"private": false,
"description": "Offline compatibility inspector for OpenClaw plugins.",
"type": "module",