Skip to content

Commit f4b8321

Browse files
committed
Reset version to 0.1.0 for the unreleased extension
Collapse the pre-release changelog into a single 0.1.0 entry; the icon iterations did not warrant separate versions before publishing.
1 parent 6c4786f commit f4b8321

2 files changed

Lines changed: 2 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,6 @@
33
All notable changes to this project are documented here. The format is based on
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## [0.1.3]
7-
8-
- Split the launcher artwork into a themed monochrome sidebar icon
9-
(`sidebar-mark.svg`) and a full-color toolbar icon (`toolbar-mark.svg`), so the
10-
activity bar icon adapts to the theme while the toolbar button keeps its colors.
11-
12-
## [0.1.2]
13-
14-
- Updated the extension artwork (Marketplace icon and launcher mark).
15-
16-
## [0.1.1]
17-
18-
- Updated the extension artwork (Marketplace icon and launcher mark).
19-
206
## [0.1.0]
217

228
- Initial release.
@@ -26,3 +12,4 @@ All notable changes to this project are documented here. The format is based on
2612
built-ins.
2713
- Native integrated terminal launch with cross-platform missing-command detection and optional
2814
guided install.
15+
- Themed monochrome activity-bar icon and a full-color toolbar/Marketplace icon.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Super CLI",
44
"description": "One VS Code extension to launch any coding agent CLI (Claude Code, Codex, Copilot, Gemini, and your own) from a single side terminal.",
55
"publisher": "mikesoft",
6-
"version": "0.1.3",
6+
"version": "0.1.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/TheStreamCode/super-cli.git"

0 commit comments

Comments
 (0)