File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## 0.0.2
4
+
5
+ - Downgrading vscode requirement to match shiny extension.
6
+ - Fixing issue with terminal targetpath.
7
+ - Adding workflow for automating pushing.
8
+
3
9
## 0.0.1
4
10
5
11
- Initial release
Original file line number Diff line number Diff line change @@ -30,6 +30,10 @@ Calling out known issues can help limit users opening duplicate issues against y
30
30
31
31
## Release Notes
32
32
33
+ ### 0.0.2
34
+
35
+ Fixing some bugs detected in initial release
36
+
33
37
### 0.0.1
34
38
35
39
Initial release of shinyframeworks
Original file line number Diff line number Diff line change 4
4
"icon" : " logo.png" ,
5
5
"displayName" : " shinyframeworks" ,
6
6
"description" : " Shiny Frameworks VS Code Extension" ,
7
- "version" : " 0.0.1 " ,
7
+ "version" : " 0.0.2 " ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " https://github.com/davidrsch/shinyframeworks-vscode"
You can’t perform that action at this time.
0 commit comments