From f3e73bba7fec210cd13cfc820f196092addb06b3 Mon Sep 17 00:00:00 2001 From: Taha BASRI Date: Wed, 21 Apr 2021 01:52:57 +0000 Subject: [PATCH] Update Changelog and Readme for new release 1.1.1. --- CHANGELOG.md | 3 +++ README.md | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f36a426..c722176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## Version 1.1.1 +- [[#18](https://github.com/tahabasri/snippets/pull/18)] Make default snippets path available after fresh installation. + ## Version 1.1.0 - [[#16](https://github.com/tahabasri/snippets/pull/16)] Sync snippets across open workspaces. diff --git a/README.md b/README.md index d7b9e20..1ccae32 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,10 @@ Open VSCode and type ctrl+P, type `ext install tahabasri.snippets`. ## Release Notes +## 1.1.1 + +- Make default snippets path available after fresh installation. + ## 1.1.0 - Sync snippets across open workspaces.