Skip to content

Commit 233889e

Browse files
authored
Update version to 0.10.1 (#7765)
1 parent b47efbd commit 233889e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

firebase-vscode/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
## NEXT
22

3+
## 0.10.1
4+
35
- [Fixed] Fixed an issue where commands would be executed against directory default project instead of the currently selected project.
46
- [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
59

610
## 0.10.0
711

firebase-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "GoogleCloudTools",
55
"icon": "./resources/firebase_dataconnect_logo.png",
66
"description": "Firebase Data Connect for VSCode",
7-
"version": "0.9.1",
7+
"version": "0.10.1",
88
"engines": {
99
"vscode": "^1.69.0"
1010
},

0 commit comments

Comments
 (0)