diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3725f67..3208a01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "$schema": "./node_modules/release-please/schemas/manifest.json", - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d70834..c4a0380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/sobird/claude-code/compare/v1.0.0...v1.1.0) (2026-04-25) + + +### Features + +* add custom AI platform configuration support ([52f1d99](https://github.com/sobird/claude-code/commit/52f1d991b4f6209a2ec5bddd0fdd38a9d3176471)) +* clean up preflight checks ([084b7b1](https://github.com/sobird/claude-code/commit/084b7b161ba6df9208a04ec5af2ec30de6cb5a24)) + ## 1.0.0 (2026-04-19) diff --git a/package.json b/package.json index e50d75c..9b49823 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sobird/claude-code", - "version": "1.0.0", + "version": "1.1.0", "description": "Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.", "keywords": [ "typescript"