Skip to content

Commit fff045a

Browse files
authored
chore(main): release 1.0.0 (#29)
1 parent ff5825b commit fff045a

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/onecli/node-sdk/compare/v0.5.0...v1.0.0) (2026-05-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add org API key support and rename provisionUser to provisionProject ([#30](https://github.com/onecli/node-sdk/issues/30))
9+
10+
### Features
11+
12+
* 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))
13+
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
319
## [0.5.0](https://github.com/onecli/node-sdk/compare/v0.4.0...v0.5.0) (2026-05-07)
420

521

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.5.0",
3+
"version": "1.0.0",
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)