Skip to content

Commit 06a93e7

Browse files
authored
chore(main): release 0.1.2 (#5)
1 parent 3a1ff7f commit 06a93e7

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.2](https://github.com/onecli/node-sdk/compare/v0.1.1...v0.1.2) (2026-03-11)
4+
5+
6+
### Bug Fixes
7+
8+
* tests, pnpm ([#4](https://github.com/onecli/node-sdk/issues/4)) ([3a1ff7f](https://github.com/onecli/node-sdk/commit/3a1ff7f677199606238b53fed76c2e835d2eb815))
9+
310
## [0.1.1](https://github.com/onecli/node-sdk/compare/v0.1.0...v0.1.1) (2026-03-11)
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-sdk/node",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
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)