Skip to content

Commit a9d9e27

Browse files
committed
Update typescript and bump version for release
1 parent 617baf2 commit a9d9e27

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# HEAD
1+
# 1.2.1
22

33
## Misc
4+
* Faster glob searching for big projects
45
* Update `vscode` devDependency to address `hoek` CVE warning
56

67
# 1.2.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ files anywhere in your workspace.
1010

1111
## Features
1212

13-
* Fuzzy-matching autocomplete to create new file relative to existing path
13+
* Fuzzy-matching autocomplete to create new file relative to existing path (thanks to
14+
[JoeNg93](https://github.com/JoeNg93) for making it faster)
1415
* Create new directories while creating a new file
1516
* Create a directory instead of a file by suffixing the file path with `/` as
1617
in `somedirectory/` to create the directory (thanks to

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.0",
5+
"version": "1.2.1",
66
"publisher": "patbenatar",
77
"engines": {
88
"vscode": "^1.17.0"
@@ -90,7 +90,7 @@
9090
"mocha": "^2.3.3",
9191
"proxyquire": "^1.7.10",
9292
"tslint": "^4.4.2",
93-
"typescript": "^2.1.6",
93+
"typescript": "^3.9.5",
9494
"vsce": "^1.18.0",
9595
"vscode": "^1.1.18"
9696
},

0 commit comments

Comments
 (0)