Skip to content

Commit 0939a05

Browse files
timlogemannpatbenatar
authored andcommitted
update version and changelog
1 parent 83ddbac commit 0939a05

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.3.0
2+
3+
## What's New
4+
* 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]`
5+
16
# 1.2.2
27

38
## Misc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "advanced-new-file",
33
"displayName": "advanced-new-file",
44
"description": "Create files anywhere in your workspace from the keyboard",
5-
"version": "1.2.2",
5+
"version": "1.3.0",
66
"publisher": "patbenatar",
77
"engines": {
88
"vscode": "^1.17.0"

0 commit comments

Comments
 (0)