diff --git a/.changeset/fix-cli-symlink-resolution.md b/.changeset/fix-cli-symlink-resolution.md deleted file mode 100644 index 3bd27f2..0000000 --- a/.changeset/fix-cli-symlink-resolution.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@archastro/redline": patch ---- - -Fix symlink resolution in redline-pull, redline-watch, and redline-tail CLI scripts diff --git a/.changeset/restore-localhost-and-pairing.md b/.changeset/restore-localhost-and-pairing.md deleted file mode 100644 index 1226cec..0000000 --- a/.changeset/restore-localhost-and-pairing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@archastro/redline": patch ---- - -restore local development host permissions and fix service worker auth diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3445e..e9a7605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @archastro/redline +## 0.3.5 + +### Patch Changes + +- 51e0949: Fix symlink resolution in redline-pull, redline-watch, and redline-tail CLI scripts +- 12a6fc3: restore local development host permissions and fix service worker auth + ## 0.3.4 ### Patch Changes diff --git a/extension/manifest.dev.json b/extension/manifest.dev.json index 388b7ff..fba08c9 100644 --- a/extension/manifest.dev.json +++ b/extension/manifest.dev.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Redline", - "version": "0.3.4", + "version": "0.3.5", "description": "Highlight web UI, leave redlines, and pipe them to Claude Code or Codex.", "minimum_chrome_version": "111", "permissions": [ diff --git a/extension/manifest.json b/extension/manifest.json index 94d74e1..250d31d 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Redline", - "version": "0.3.4", + "version": "0.3.5", "description": "Turn precise webpage feedback into actionable coding-agent input.", "icons": { "128": "icon-128.png" diff --git a/package-lock.json b/package-lock.json index 55bcc4b..0868d48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@archastro/redline", - "version": "0.3.4", + "version": "0.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@archastro/redline", - "version": "0.3.4", + "version": "0.3.5", "license": "Apache-2.0", "os": [ "darwin", diff --git a/package.json b/package.json index ce7daf0..066f1a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@archastro/redline", - "version": "0.3.4", + "version": "0.3.5", "description": "Highlight live web UI, leave redlines, and pipe them into any agent that supports open agent skills.", "bin": { "redline": "setup/redline.js",