From 38273dac9211f6bccc51b51e806d697d8e164756 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Mon, 31 May 2021 01:28:46 -0500 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6052fe0..baf1c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 63f60e4..2ac7076 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.1.0", + "version": "0.1.1", "engines": { "vscode": "^1.55.0" },