Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
brpaz committed Mar 11, 2017
1 parent 9fd384d commit 1619572
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ All notable changes to this project are documented in this file.
* Date: 2016-10-06
* fileFromTemplateCommand and templateFromFileCommand will now use the file-system path variable, instead of the standard path
* Only files will be shown in the dropdown when creating a file from a template
* When creating a template from a file, templateFromFileCommand will correctly create a file instead of attempting to write to the directory
* When creating a template from a file, templateFromFileCommand will correctly create a file instead of attempting to write to the directory

## 1.1.0 - Template variables

* Add support for template variables - #8. Thanks @alexfruehwirth.
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": "file-templates",
"displayName": "File Templates",
"description": "This Extension allows to quickly create new files based on defined templates.",
"version": "1.0.1",
"version": "1.1.0",
"author": "Bruno Paz",
"publisher": "brpaz",
"homepage": "https://github.com/brpaz/vscode-file-templates-ext",
Expand Down

0 comments on commit 1619572

Please sign in to comment.