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.4.0
  • Loading branch information
guyb1 committed May 5, 2026
commit d2491effad67ed5836579e57f5aa230b12abb45f
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.0](https://github.com/onecli/node-sdk/compare/v0.3.1...v0.4.0) (2026-05-05)


### Features

* add provisionUser method to SDK ([#23](https://github.com/onecli/node-sdk/issues/23)) ([fe0c09d](https://github.com/onecli/node-sdk/commit/fe0c09d01bea6e5731a031a29b4946a422f796c8))

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


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.1",
"version": "0.4.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",
Expand Down
Loading