From 73d51d4988acd040fddafc5350ca51c36dc81396 Mon Sep 17 00:00:00 2001 From: Reese McLean Date: Sun, 6 May 2018 16:22:01 -0700 Subject: [PATCH] Prepare version 2.1.1 --- CHANGELOG.md | 2 ++ README.md | 4 ++++ package.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 183c9f1..12300f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.1.1 - 2018-05-06] + * Uses async/await * Fixes conflict detection diff --git a/README.md b/README.md index f52055f..54d56b9 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ We will continue to add new templates that we think may be helpful to use! ## Release Notes +### 2.1.1 + +Bug Fix: Fixes detection of possible overwrites on file creation. + ### 2.1.0 Cleanup of template selection user interface; the template name is now emphasized again. diff --git a/package.json b/package.json index 39c39df..c0cee95 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "blueprint", "displayName": "Blueprint - New Files and Folders of Files from Templates", "description": "Easily create files and folder of files from templates in Visual Studio Code", - "version": "2.1.0", + "version": "2.1.1", "publisher": "teamchilla", "license": "MIT", "engines": {