From d97233fcdd8174420b167b73d2f7a27d9170fa41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 04:31:03 +0000 Subject: [PATCH] chore(main): release webcmd 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 305c150..1c861e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} +{".":"0.3.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 833ae6e..2b41e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/agentrhq/webcmd/compare/webcmd-v0.2.0...webcmd-v0.3.0) (2026-07-04) + + +### Features + +* **twitter:** add quotes and bookmarks to timeline output ([fc63ae0](https://github.com/agentrhq/webcmd/commit/fc63ae0b4673d5e8994af286caeae795780e3678)) +* **twitter:** add quotes and bookmarks to timeline output ([1bafd47](https://github.com/agentrhq/webcmd/commit/1bafd4751d9dde21ad506f6cdf4c674a7f383ccd)) + ## [0.2.0](https://github.com/agentrhq/webcmd/compare/webcmd-v0.1.2...webcmd-v0.2.0) (2026-07-03) diff --git a/package-lock.json b/package-lock.json index cb69c7c..f271ac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentrhq/webcmd", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentrhq/webcmd", - "version": "0.2.0", + "version": "0.3.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 1da6a31..6b58167 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentrhq/webcmd", - "version": "0.2.0", + "version": "0.3.0", "description": "Turn websites, browser sessions, desktop apps, and local tools into deterministic CLI surfaces for humans and AI agents.", "engines": { "node": ">=20.0.0"