0.0.7 release prep
This commit is contained in:
		
							parent
							
								
									e5645044d7
								
							
						
					
					
						commit
						974691b538
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,6 +5,9 @@ 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.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [Unreleased]
 | 
					## [Unreleased]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## [0.0.7] - 2021-5-14
 | 
				
			||||||
### Fixed
 | 
					### Fixed
 | 
				
			||||||
- 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)
 | 
					- 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)
 | 
				
			||||||
- Show nicer message when Appwrite project can't be found. [Issue](https://github.com/streamlux/vscode-appwrite/pull/14)
 | 
					- Show nicer message when Appwrite project can't be found. [Issue](https://github.com/streamlux/vscode-appwrite/pull/14)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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.6",
 | 
					    "version": "0.0.7",
 | 
				
			||||||
    "engines": {
 | 
					    "engines": {
 | 
				
			||||||
        "vscode": "^1.55.0"
 | 
					        "vscode": "^1.55.0"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue