Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(main): release 0.3.1
  • Loading branch information
guyb1 committed Apr 10, 2026
commit 75251a2de4dfb56323dc1c4f225a8a0a851a365a
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.1](https://github.com/onecli/node-sdk/compare/v0.3.0...v0.3.1) (2026-04-10)


### Bug Fixes

* include agent identifier in approval metadata as externalId ([#19](https://github.com/onecli/node-sdk/issues/19)) ([f3ff938](https://github.com/onecli/node-sdk/commit/f3ff938e73f43a09274c693ebcd5c76e3009e511))

## [0.3.0](https://github.com/onecli/node-sdk/compare/v0.2.0...v0.3.0) (2026-04-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onecli-sh/sdk",
"version": "0.3.0",
"version": "0.3.1",
"description": "Official Node.js SDK for OneCLI. Connect AI agents to external services via the OneCLI proxy.",
"main": "./lib/index.js",
"module": "./lib/index.mjs",
Expand Down
Loading