From b33295b79a5d76977191b64821039d1fc08b373e Mon Sep 17 00:00:00 2001 From: Elie Rotenberg Date: Sat, 12 Sep 2026 13:15:35 +0000 Subject: [PATCH] chore(release): prepare version 0.1.1 The extension branding is ready on main while the registries still serve version 0.1.0 without the new icon. Prepare version 0.1.1 for candidate review and publication. release: - Set the synchronized package and extension version to 0.1.1. - Record the extension icon in the versioned changelog. --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8fbdc..b51b29a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.1.1 + ### Added - An octopus icon with ringing arcs for the VS Code extension. diff --git a/package.json b/package.json index 6c2ced6..5af35b2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Busy Octopus", "icon": "assets/icon.png", "description": "VS Code extension to notify you when an agent or workspace needs attention", - "version": "0.1.0", + "version": "0.1.1", "publisher": "mindedtech", "license": "MIT", "type": "module",