From 974691b53864e9e5f167364b992f160056aece7f Mon Sep 17 00:00:00 2001 From: alexweininger Date: Fri, 14 May 2021 13:55:17 -0700 Subject: [PATCH] 0.0.7 release prep --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e01b1..67a12d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. ## [Unreleased] + + +## [0.0.7] - 2021-5-14 ### 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) - Show nicer message when Appwrite project can't be found. [Issue](https://github.com/streamlux/vscode-appwrite/pull/14) diff --git a/package.json b/package.json index ebcb334..d5c7404 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-appwrite", "displayName": "Appwrite", "description": "Manage your Appwrite resources right from VS Code!", - "version": "0.0.6", + "version": "0.0.7", "engines": { "vscode": "^1.55.0" },