Skip to content

Commit

Permalink
update vscode to 0.2.1 (#7212)
Browse files Browse the repository at this point in the history
* update vscode

* add package lock
  • Loading branch information
hlshen authored May 23, 2024
1 parent ddb40f5 commit 144158a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions firebase-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.2.1

- Update Logo
- Improve init flow for users with existing firebase.json

## 0.2.0

- Fix Auth on IDX
Expand Down
4 changes: 2 additions & 2 deletions firebase-vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "firebase",
"icon": "./resources/firebase_logo.png",
"description": "VSCode Extension for Firebase",
"version": "0.2.0",
"version": "0.2.1",
"engines": {
"vscode": "^1.69.0"
},
Expand Down

0 comments on commit 144158a

Please sign in to comment.