Bump version, update changelog

This commit is contained in:
alexweininger 2021-05-31 01:28:46 -05:00
parent 185e1a98f4
commit 38273dac92
2 changed files with 6 additions and 2 deletions

View file

@ -6,8 +6,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [Unreleased]
## [0.1.1] - 2021-5-31
## Added
- You can now easily create function tags from multiple places in the extension.
- You can now easily create function tags from multiple places in the extension. [PR #19](https://github.com/streamlux/vscode-appwrite/pull/19)
## Fixed
- Fixed an error when deleting a user. [Issue #17](https://github.com/streamlux/vscode-appwrite/issues/17) [PR #18](https://github.com/streamlux/vscode-appwrite/pull/18) Thanks [@aadarshadhakalg](https://github.com/aadarshadhakalg)!
## [0.1.0] - 2021-5-29

View file

@ -2,7 +2,7 @@
"name": "vscode-appwrite",
"displayName": "Appwrite",
"description": "Manage your Appwrite resources right from VS Code!",
"version": "0.1.0",
"version": "0.1.1",
"engines": {
"vscode": "^1.55.0"
},