From 0707c0d603288c9b729f4b062a21ca296fb10413 Mon Sep 17 00:00:00 2001 From: Christian Findlay <16697547+MelbourneDeveloper@users.noreply.github.com> Date: Sat, 7 Feb 2026 11:31:50 +1100 Subject: [PATCH] Release 0.3.0 Co-Authored-By: Claude Opus 4.6 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c42465..018cf4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 0.3.0 + +### Added + +- Demo GIF showcasing CommandTree in action on README and website +- Website demo section with window-chrome frame and caption below the hero +- Deployment script fix for release workflow + +## 0.2.0 + +### Added + +- See [Release 0.2.0](https://github.com/MelbourneDeveloper/CommandTree/releases/tag/v0.2.0) + ## 0.1.0 - Initial Release ### Features diff --git a/package-lock.json b/package-lock.json index 1c26337..5033f28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "commandtree", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "commandtree", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "devDependencies": { "@eslint/js": "^9.39.2", diff --git a/package.json b/package.json index f0449fd..069cb3a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "commandtree", "displayName": "CommandTree", "description": "Unified command runner: discover shell scripts, npm scripts, Makefiles, launch configs, VS Code tasks and more in one filterable tree", - "version": "0.2.0", + "version": "0.3.0", "author": "Christian Findlay", "license": "MIT", "publisher": "nimblesite",