Skip to content

Commit cc62a33

Browse files
committed
update: version
1 parent d1f3ade commit cc62a33

File tree

5 files changed

+35
-10
lines changed

5 files changed

+35
-10
lines changed

.github_changelog_generator

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
future-release=0.0.5

CHANGELOG.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
1-
# Change Log
1+
# Changelog
22

3-
All notable changes to the "system-performance" extension will be documented in this file.
3+
## [0.0.5](https://github.com/bubablue/system-performance-extension/tree/0.0.5) (2025-07-24)
44

5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5+
[Full Changelog](https://github.com/bubablue/system-performance-extension/compare/v0.0.4...0.0.5)
66

7-
## [Unreleased]
7+
**Merged pull requests:**
88

9-
- Initial release
9+
- feat\(optimizations improvements\): Optimize single instance running [\#2](https://github.com/bubablue/system-performance-extension/pull/2) ([bubablue](https://github.com/bubablue))
10+
11+
## [v0.0.4](https://github.com/bubablue/system-performance-extension/tree/v0.0.4) (2025-07-24)
12+
13+
[Full Changelog](https://github.com/bubablue/system-performance-extension/compare/v0.0.3...v0.0.4)
14+
15+
## [v0.0.3](https://github.com/bubablue/system-performance-extension/tree/v0.0.3) (2025-07-24)
16+
17+
[Full Changelog](https://github.com/bubablue/system-performance-extension/compare/v0.0.2...v0.0.3)
18+
19+
## [v0.0.2](https://github.com/bubablue/system-performance-extension/tree/v0.0.2) (2025-07-24)
20+
21+
[Full Changelog](https://github.com/bubablue/system-performance-extension/compare/v0.0.1...v0.0.2)
22+
23+
## [v0.0.1](https://github.com/bubablue/system-performance-extension/tree/v0.0.1) (2025-07-24)
24+
25+
[Full Changelog](https://github.com/bubablue/system-performance-extension/compare/ce45cf8ed73af9379a1fc253499bdf5901b2fd93...v0.0.1)
26+
27+
**Merged pull requests:**
28+
29+
- feat\(add-gif\): Adds Readme Gif [\#1](https://github.com/bubablue/system-performance-extension/pull/1) ([bubablue](https://github.com/bubablue))
30+
31+
32+
33+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "bubablue00",
44
"displayName": "System Performance",
55
"description": "Real-time system performance monitoring with animated CPU, memory, and resource usage graphs in VSCode",
6-
"version": "0.0.4",
6+
"version": "0.0.5",
77
"icon": "icon.png",
88
"keywords": [
99
"system",
@@ -144,7 +144,7 @@
144144
"test": "npm run compile && node ./out/test/e2e/runTests.js",
145145
"test:e2e": "npm run compile && node ./out/test/e2e/runTests.js",
146146
"package": "vsce package",
147-
"generate-changelog": "github_changelog_generator -u bubablue -p dynamic-import-references -t $GITHUB_TOKEN"
147+
"generate-changelog": "github_changelog_generator -u bubablue -p system-performance-extension -t $GITHUB_TOKEN"
148148
},
149149
"devDependencies": {
150150
"@types/mocha": "^10.0.10",

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifestVersion": 1,
33
"id": "system-performance",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"name": "System Performance",
66
"publisher": "bubablue00",
77
"description": "Real-time system performance monitoring with animated CPU, memory, and resource usage graphs in VSCode",

0 commit comments

Comments
 (0)