File tree Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Expand file tree Collapse file tree 6 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
- * @ githru/contributors @ githru/oss-2024
1
+ * @ githru/contributors @ githru/oss-2025
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " githru-vscode-ext" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"description" : " githru-vscode-ext root package.json" ,
5
5
"scripts" : {
6
6
"build:all" : " npm run build --workspaces" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @githru-vscode-ext/analysis-engine" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"description" : " analysis-engine module for githru" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.es.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @githru-vscode-ext/view" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.8.0 " ,
4
4
"description" : " view module for githru" ,
5
5
"engines" : {
6
6
"node" : " >=16" ,
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ This extension contributes the following settings:
32
32
Calling out known issues can help limit users opening duplicate issues against your extension. -->
33
33
34
34
## Release Notes
35
+ ### 0.8.0
36
+ - Improve UI, performance
37
+ - Fix minor bugs
38
+
35
39
### 0.7.2
36
40
- Show TAG information
37
41
- Update internal frameworks
Original file line number Diff line number Diff line change 7
7
"url" : " https://github.com/githru/githru-vscode-ext" ,
8
8
"type" : " git"
9
9
},
10
- "version" : " 0.7.2 " ,
10
+ "version" : " 0.8.0 " ,
11
11
"engines" : {
12
12
"vscode" : " ^1.67.0"
13
13
},
84
84
"test" : " jest"
85
85
},
86
86
"dependencies" : {
87
- "@githru-vscode-ext/analysis-engine" : " ^0.7.2 " ,
87
+ "@githru-vscode-ext/analysis-engine" : " ^0.8.0 " ,
88
88
"@octokit/rest" : " ^20.0.1" ,
89
89
"node-fetch" : " ^3.3.2"
90
90
},
You can’t perform that action at this time.
0 commit comments