Skip to content

Commit 974691b

Browse files
committed
0.0.7 release prep
1 parent e564504 commit 974691b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to the "vscode-appwrite" extension will be documented in thi
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77
## [Unreleased]
8+
9+
10+
## [0.0.7] - 2021-5-14
811
### Fixed
912
- Fixed a bug where the password validation for creating a new user did not follow the Appwrite spec. [Issue](https://github.com/streamlux/vscode-appwrite/issues/11)
1013
- Show nicer message when Appwrite project can't be found. [Issue](https://github.com/streamlux/vscode-appwrite/pull/14)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-appwrite",
33
"displayName": "Appwrite",
44
"description": "Manage your Appwrite resources right from VS Code!",
5-
"version": "0.0.6",
5+
"version": "0.0.7",
66
"engines": {
77
"vscode": "^1.55.0"
88
},

0 commit comments

Comments
 (0)