We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6c077 commit 72edf25Copy full SHA for 72edf25
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.3](https://github.com/onecli/node-sdk/compare/v0.1.2...v0.1.3) (2026-03-11)
4
+
5
6
+### Bug Fixes
7
8
+* remove standalone ([#6](https://github.com/onecli/node-sdk/issues/6)) ([3a6c077](https://github.com/onecli/node-sdk/commit/3a6c077e348cb027179209780ecaf1f5e633f24b))
9
10
## [0.1.2](https://github.com/onecli/node-sdk/compare/v0.1.1...v0.1.2) (2026-03-11)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@onecli-sdk/node",
- "version": "0.1.2",
+ "version": "0.1.3",
"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",
0 commit comments