Skip to content

Commit

Permalink
Prepare version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reesemclean committed May 6, 2018
1 parent 0d7117d commit 73d51d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 73d51d4

Please sign in to comment.