diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e462e..0f7e949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [0.0.4] - 2021-4-30 + +### Fixed +- Hotfix + ## [0.0.3] - 2021-4-30 ### Fixed diff --git a/package.json b/package.json index d164156..d43cf94 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.3", + "version": "0.0.4", "engines": { "vscode": "^1.55.0" },