We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47efbd commit 233889eCopy full SHA for 233889e
firebase-vscode/CHANGELOG.md
@@ -1,7 +1,11 @@
1
## NEXT
2
3
+## 0.10.1
4
+
5
- [Fixed] Fixed an issue where commands would be executed against directory default project instead of the currently selected project.
6
- [Fixed] Fixed an issue where expired auth tokens would be used.
7
+- [Fixed] Fixed an issue where Add Data wouldn't generate UUID types
8
+- Updated README with feature descriptions
9
10
## 0.10.0
11
firebase-vscode/package.json
@@ -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"
},
0 commit comments