Skip to content

Commit 327db52

Browse files
rajbosCopilot
andauthored
chore: bump versions for release (vscode-extension) (#596)
* chore: bump versions for release (vscode-extension) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: bump versions for release (visualstudio-extension) Bump Visual Studio extension from v1.0.5 to v1.0.6 (patch). The VS extension bundles compiled webview JS from vscode-extension/dist/webview/, so webview and chart changes shipped in the vscode-extension v0.1.2 release also require a VS extension version bump. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 66b421c commit 327db52

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

visualstudio-extension/src/CopilotTokenTracker/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
55
<Metadata>
66
<Identity Id="AIEngineeringFluency.VS.RobBos"
7-
Version="1.0.5"
7+
Version="1.0.6"
88
Language="en-US"
99
Publisher="Rob Bos" />
1010
<DisplayName>AI Engineering Fluency</DisplayName>

vscode-extension/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.

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "copilot-token-tracker",
33
"displayName": "AI Engineering Fluency",
44
"description": "Track your AI Engineering Fluency — daily and monthly token usage, cost estimates, and AI fluency insights in VS Code.",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"publisher": "RobBos",
77
"icon": "assets/logo.png",
88
"engines": {

0 commit comments

Comments
 (0)