diff --git a/CHANGELOG.md b/CHANGELOG.md index e003d49..895d4d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/onecli/node-sdk/compare/v2.2.1...v2.3.0) (2026-06-14) + + +### Features + +* add listAgents and make ensureAgent idempotent at the agent cap ([#41](https://github.com/onecli/node-sdk/issues/41)) ([74dbae8](https://github.com/onecli/node-sdk/commit/74dbae8df8bcf31ac1bccf6104758a8c3151ec16)), closes [#40](https://github.com/onecli/node-sdk/issues/40) + ## [2.2.1](https://github.com/onecli/node-sdk/compare/v2.2.0...v2.2.1) (2026-06-04) diff --git a/package.json b/package.json index 924d2ec..a94c8f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onecli-sh/sdk", - "version": "2.2.1", + "version": "2.3.0", "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",