chore(release): prepare 0.2.0

This commit is contained in:
Vincent Koc 2026-04-27 12:24:48 -07:00
parent b547026f5a
commit 71f7541edb
No known key found for this signature in database
2 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,19 @@
# Changelog
## 0.2.0 - 2026-04-27
### Added
- Add package.json `pluginInspector` config discovery for plugin-root checks.
- Add `plugin-inspector config` for resolved plugin-root config summaries.
- Add author-facing `plugin-inspector inspect` plugin-root flow.
- Add CI-native SARIF and JUnit outputs; `plugin-inspector ci` writes them by default.
### Changed
- Make generated CI workflows use one `plugin-inspector ci --no-openclaw --runtime --mock-sdk` command.
- Harden runtime capture for string handler registrations, parse-capable config schema helpers, and provider auth/catalog SDK mocks.
## 0.1.3 - 2026-04-27
### Added

View File

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