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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.0.0](https://github.com/onecli/node-sdk/compare/v0.5.0...v1.0.0) (2026-05-11)


### ⚠ BREAKING CHANGES

* add org API key support and rename provisionUser to provisionProject ([#30](https://github.com/onecli/node-sdk/issues/30))

### Features

* add org API key support and rename provisionUser to provisionProject ([#30](https://github.com/onecli/node-sdk/issues/30)) ([ff5825b](https://github.com/onecli/node-sdk/commit/ff5825bb48df91099cb9f0bb014e9fcd6c7690fd))


### Bug Fixes

* isolate CA tests by mocking tmpdir with a unique temp directory ([#28](https://github.com/onecli/node-sdk/issues/28)) ([26fa588](https://github.com/onecli/node-sdk/commit/26fa588882e69edbb546ad81524d32796cf26788))

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


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.5.0",
"version": "1.0.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