Skip to content

Commit 376003d

Browse files
authored
chore(main): release 0.1.6 (#13)
1 parent 5549294 commit 376003d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.6](https://github.com/onecli/node-sdk/compare/v0.1.5...v0.1.6) (2026-03-18)
4+
5+
6+
### Bug Fixes
7+
8+
* pass agent parameter to container config endpoint ([#12](https://github.com/onecli/node-sdk/issues/12)) ([5549294](https://github.com/onecli/node-sdk/commit/5549294e0595edb90b03b9b6b7dfaf7d90c0fd7e))
9+
310
## [0.1.5](https://github.com/onecli/node-sdk/compare/v0.1.4...v0.1.5) (2026-03-17)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onecli-sh/sdk",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Official Node.js SDK for OneCLI. Connect AI agents to external services via the OneCLI proxy.",
55
"main": "./lib/index.js",
66
"module": "./lib/index.mjs",

0 commit comments

Comments
 (0)