diff --git a/CHANGELOG.md b/CHANGELOG.md index 854d5b36..5218a7e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to CloudCLI UI will be documented in this file. +## [1.36.1](https://github.com/siteboon/claudecodeui/compare/v1.36.0...v1.36.1) (2026-07-08) + +### New Features + +* **redesign:** skills and MCP action controls in settings ([#942](https://github.com/siteboon/claudecodeui/issues/942)) ([41e0d30](https://github.com/siteboon/claudecodeui/commit/41e0d309e06edda14abc6912ade5c2f9d4a90984)) + ## [](https://github.com/siteboon/claudecodeui/compare/v1.35.1...vnull) (2026-07-03) ### New Features diff --git a/package-lock.json b/package-lock.json index 8b870c71..53250c45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cloudcli-ai/cloudcli", - "version": "1.36.0", + "version": "1.36.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@cloudcli-ai/cloudcli", - "version": "1.36.0", + "version": "1.36.1", "hasInstallScript": true, "license": "AGPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 1cad3c55..1a2205fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudcli-ai/cloudcli", - "version": "1.36.0", + "version": "1.36.1", "productName": "CloudCLI", "description": "A web-based UI for Claude Code CLI", "type": "module",