From ffea550ddfae223ef68e682a4e1e60e96d877266 Mon Sep 17 00:00:00 2001 From: Joshua Butner <53810+heyjawrsh@users.noreply.github.com> Date: Sat, 4 Apr 2026 14:32:33 -0500 Subject: [PATCH] chore(main): release extension 0.2.0 --- .release-please-manifest.json | 2 +- apps/extension/CHANGELOG.md | 11 +++++++++++ apps/extension/package.json | 2 +- apps/extension/public/manifest.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 apps/extension/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc6602d..9f1682d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "apps/extension": "0.1.0" + "apps/extension": "0.2.0" } diff --git a/apps/extension/CHANGELOG.md b/apps/extension/CHANGELOG.md new file mode 100644 index 0000000..e0dd962 --- /dev/null +++ b/apps/extension/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +## [0.2.0](https://github.com/MakeGoodShip/vxrtx/compare/extension-v0.1.0...extension-v0.2.0) (2026-04-04) + + +### Features + +* add granularity slider and long-running message support ([7ecbde8](https://github.com/MakeGoodShip/vxrtx/commit/7ecbde8199365d81bdcbafe82cb6efdc039c0083)) +* add snapshot manager with persistent history, import/export, and folder filter ([e3d78a8](https://github.com/MakeGoodShip/vxrtx/commit/e3d78a8d70286d19f1e77d02c7584795ae4b0ef5)) +* add tab group locking and brand color theme ([#4](https://github.com/MakeGoodShip/vxrtx/issues/4)) ([7cafe68](https://github.com/MakeGoodShip/vxrtx/commit/7cafe6891c4828e454edaaaea70c07546b85f683)) +* **ci:** add release infrastructure with CI gates, versioning, and publishing ([#6](https://github.com/MakeGoodShip/vxrtx/issues/6)) ([73c637c](https://github.com/MakeGoodShip/vxrtx/commit/73c637cb3a147c2ee6b08eac84dfe336203bd1e8)) diff --git a/apps/extension/package.json b/apps/extension/package.json index 92427d8..ee34e7c 100644 --- a/apps/extension/package.json +++ b/apps/extension/package.json @@ -1,6 +1,6 @@ { "name": "@vxrtx/extension", - "version": "0.1.0", + "version": "0.2.0", "private": true, "type": "module", "description": "AI-powered tab and bookmark organization — Chrome extension", diff --git a/apps/extension/public/manifest.json b/apps/extension/public/manifest.json index 61f1c70..d39612c 100644 --- a/apps/extension/public/manifest.json +++ b/apps/extension/public/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "vxrtx", - "version": "0.1.0", + "version": "0.2.0", "description": "AI-powered tab and bookmark organization", "permissions": [ "tabs",