diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4d12b..f8119ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 59ec81e..e4f1d03 100644 --- a/package.json +++ b/package.json @@ -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",