Skip to content

Commit 58310e0

Browse files
authored
Merge pull request #841 from mnfst/changeset-release/main
chore: version packages
2 parents 1e2f0d7 + 2f02ef6 commit 58310e0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-scanner-warnings.md

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

packages/openclaw-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# manifest
22

3+
## 5.9.3
4+
5+
### Patch Changes
6+
7+
- 518e89c: Remove fs imports and direct process.env access from backend files that get copied into the plugin dist, eliminating false-positive security scanner warnings about credential harvesting.
8+
39
## 5.9.2
410

511
### Patch Changes

packages/openclaw-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manifest",
3-
"version": "5.9.2",
3+
"version": "5.9.3",
44
"description": "Observability plugin for OpenClaw — traces, metrics, and cost tracking for your AI agent",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)