From 965be8cfad37b9d9952366cd1a9f6ba220a2278a Mon Sep 17 00:00:00 2001 From: Guy Ben-Aharon Date: Sat, 25 Jul 2026 07:41:29 +0300 Subject: [PATCH] chore(main): release 3.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1648e75..7c949c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/onecli/node-sdk/compare/v2.8.0...v3.0.0) (2026-07-25) + + +### ⚠ BREAKING CHANGES + +* org.listRules, org.getRule, org.createRule, org.updateRule and org.deleteRule are removed along with the OrgRule* and *OrgRuleInput types. Use the *PolicyRule methods to author rules and org.getEffectiveAppPermissions to read what they permit. + +### Features + +* retire the legacy org rules API, expose the policy reflections ([#54](https://github.com/onecli/node-sdk/issues/54)) ([25596d7](https://github.com/onecli/node-sdk/commit/25596d7e66a5d1b95940fd199ac1dc93fa771fea)) + ## [2.8.0](https://github.com/onecli/node-sdk/compare/v2.7.0...v2.8.0) (2026-07-21) diff --git a/package.json b/package.json index 12200cc..68d00c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onecli-sh/sdk", - "version": "2.8.0", + "version": "3.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",