diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a46f218..b5f714f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.8" + ".": "0.1.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa1b01..c03531c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/lahfir/agent-desktop/compare/v0.1.8...v0.1.9) (2026-03-03) + + +### Features + +* scalable skill architecture with ClawHub auto-publishing ([#14](https://github.com/lahfir/agent-desktop/issues/14)) ([9766520](https://github.com/lahfir/agent-desktop/commit/97665203a464e605bc9b156ec90029c5909399be)) + ## [0.1.8](https://github.com/lahfir/agent-desktop/compare/v0.1.7...v0.1.8) (2026-03-01) diff --git a/Cargo.toml b/Cargo.toml index eaa1c0f..ce1af56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" edition = "2021" rust-version = "1.78" license = "Apache-2.0" -version = "0.1.8" # x-release-please-version +version = "0.1.9" # x-release-please-version [workspace.dependencies] clap = { version = "4.5", features = ["derive"] } diff --git a/npm/package.json b/npm/package.json index 41651da..05e1a68 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "agent-desktop", - "version": "0.1.8", + "version": "0.1.9", "description": "AI agent tool for observing and controlling desktop applications via native OS accessibility trees", "license": "Apache-2.0", "repository": {