Skip to content

Commit 4216c9c

Browse files
Release 0.3.0 (#3)
# TLDR; Bump version to 0.3.0 and update changelog. # Details - Version bump in package.json and package-lock.json (0.2.0 → 0.3.0) - CHANGELOG.md updated with 0.3.0 and backfilled 0.2.0 entry # How do the tests prove the change works Version bump and changelog only — no logic changes. Existing tests remain passing.
1 parent 0e988ae commit 4216c9c

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
### Added
6+
7+
- Demo GIF showcasing CommandTree in action on README and website
8+
- Website demo section with window-chrome frame and caption below the hero
9+
- Deployment script fix for release workflow
10+
11+
## 0.2.0
12+
13+
### Added
14+
15+
- See [Release 0.2.0](https://github.com/MelbourneDeveloper/CommandTree/releases/tag/v0.2.0)
16+
317
## 0.1.0 - Initial Release
418

519
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "commandtree",
33
"displayName": "CommandTree",
44
"description": "Unified command runner: discover shell scripts, npm scripts, Makefiles, launch configs, VS Code tasks and more in one filterable tree",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"author": "Christian Findlay",
77
"license": "MIT",
88
"publisher": "nimblesite",

0 commit comments

Comments
 (0)