Skip to content

Commit

Permalink
Prepare v2.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
reesemclean committed Jul 3, 2018
1 parent 10d7a20 commit 613c784
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

* Skip content replacement on files that cannot be Utf-8 decoded. Useful for non-text files like images and video.
* Restructure codebase
## [2.2.0 - 2018-07-02]

* Skip content replacement on files that cannot read by handlebars. Useful for non-text files like images and video.

## [2.1.1 - 2018-05-06]

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ We will continue to add new templates that we think may be helpful to use!
## Release Notes
### 2.2.0
* Skip content replacement on files that cannot read by handlebars. Useful for non-text files like images and video.
### 2.1.1
Bug Fix: Fixes detection of possible overwrites on file creation.
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.1",
"version": "2.2.0",
"publisher": "teamchilla",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 613c784

Please sign in to comment.