edit changelog and bump version
This commit is contained in:
parent
c8ec8b6a63
commit
9904dd9fcb
2 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,11 @@ All notable changes to the "vscode-appwrite" extension will be documented in thi
|
||||||
|
|
||||||
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
||||||
|
|
||||||
|
## [0.0.3] - 2021-4-30
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Errors when user has no projects
|
||||||
|
|
||||||
## [0.0.2] - 2021-4-30
|
## [0.0.2] - 2021-4-30
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "vscode-appwrite",
|
"name": "vscode-appwrite",
|
||||||
"displayName": "Appwrite",
|
"displayName": "Appwrite",
|
||||||
"description": "Manage your Appwrite resources right from VS Code!",
|
"description": "Manage your Appwrite resources right from VS Code!",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.55.0"
|
"vscode": "^1.55.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue