Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions firebase-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## NEXT

## 0.10.1

- [Fixed] Fixed an issue where commands would be executed against directory default project instead of the currently selected project.
- [Fixed] Fixed an issue where expired auth tokens would be used.
- [Fixed] Fixed an issue where Add Data wouldn't generate UUID types
- Updated README with feature descriptions

## 0.10.0

Expand Down
2 changes: 1 addition & 1 deletion firebase-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "GoogleCloudTools",
"icon": "./resources/firebase_dataconnect_logo.png",
"description": "Firebase Data Connect for VSCode",
"version": "0.9.1",
"version": "0.10.1",
"engines": {
"vscode": "^1.69.0"
},
Expand Down