Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timlogemann authored and patbenatar committed Apr 9, 2022
1 parent 83ddbac commit 0939a05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.3.0

## What's New
* Adds an `advancedNewFile.expandBraces` configuration option to expand braces in filepath to create and open multiple files: `/path/to/file.{tsx,spec.tsx} => [/path/to/file.tsx, /path/to/file.spec.tsx]`

# 1.2.2

## Misc
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": "advanced-new-file",
"displayName": "advanced-new-file",
"description": "Create files anywhere in your workspace from the keyboard",
"version": "1.2.2",
"version": "1.3.0",
"publisher": "patbenatar",
"engines": {
"vscode": "^1.17.0"
Expand Down

0 comments on commit 0939a05

Please sign in to comment.