Skip to content

Commit da3a006

Browse files
committed
Releasing 0.0.2
1 parent 0f683b2 commit da3a006

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
## 0.0.1
410

511
- Initial release

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Calling out known issues can help limit users opening duplicate issues against y
3030

3131
## Release Notes
3232

33+
### 0.0.2
34+
35+
Fixing some bugs detected in initial release
36+
3337
### 0.0.1
3438

3539
Initial release of shinyframeworks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"icon": "logo.png",
55
"displayName": "shinyframeworks",
66
"description": "Shiny Frameworks VS Code Extension",
7-
"version": "0.0.1",
7+
"version": "0.0.2",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/davidrsch/shinyframeworks-vscode"

0 commit comments

Comments
 (0)