Skip to content

Commit

Permalink
Prepare version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reesemclean committed Nov 10, 2018
1 parent af93a57 commit 164f6a8
Show file tree
Hide file tree
Showing 3 changed files with 9 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.3.0 - 2018-11-09]

* Adds UPPER_SNAKE_CASE transform (__upperSnakeCase_name__ or {{upperSnakeCase name}})
* Adds ability to use no transform for files names (use __name__ token)
* Adds number of steps and current step to UI for user input
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ We will continue to add new templates that we think may be helpful to use!
## Release Notes
### 2.3.0
* Adds UPPER_SNAKE_CASE transform (__upperSnakeCase_name__ or {{upperSnakeCase name}})
* Adds ability to use no transform for files names (use __name__ token)
* Adds number of steps and current step to UI for user input
### 2.2.0
* Skip content replacement on files that cannot read by handlebars. Useful for non-text files like images and video.
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.2.0",
"version": "2.3.0",
"publisher": "teamchilla",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 164f6a8

Please sign in to comment.