Skip to content

Commit

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

## [Unreleased]

## [1.6.0 - 2018-4-18]
## [2.0.0 - 2018-4-30]

* Added multi-folder support and global folder support for templates.
* Added multi-folder support and support for expanding ~ (home) directory paths.

## [1.5.0 - 2017-12-17]

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ We will continue to add new templates that we think may be helpful to use!
## Release Notes
### 2.0.0
Adds ability to provide multiple folders of templates. Useful for using both a project local and a shared (global) templates.
Template folder paths also now expand ~ to the home directory.
### 1.5.0
Added a new transform helper: lowerDotCase!
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": "1.6.0",
"version": "2.0.0",
"publisher": "teamchilla",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 19b62d2

Please sign in to comment.