Skip to content

Commit f446940

Browse files
chore(release): 2.15.1 [skip ci]
1 parent c72608d commit f446940

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.15.1](https://github.com/atom-community/autocomplete-paths/compare/v2.15.0...v2.15.1) (2021-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* cache ignored glob by directory ([f619651](https://github.com/atom-community/autocomplete-paths/commit/f619651841ecbe9bfc8a00408b998717af2e1b55))
7+
* do not follow symlinks in chokidar ([ef98d40](https://github.com/atom-community/autocomplete-paths/commit/ef98d40f1325dfc9f2108e330aad60387112fbf8))
8+
* increase the interval of chokidar ([50829d3](https://github.com/atom-community/autocomplete-paths/commit/50829d35e50ca5c7797688c4ed46b763755ecddc))
9+
* remove unused projectDirectory input for onAddDir ([d59124f](https://github.com/atom-community/autocomplete-paths/commit/d59124f6daab3810f9251a433d783ed8ef4f998a))
10+
111
# [2.15.0](https://github.com/atom-community/autocomplete-paths/compare/v2.14.0...v2.15.0) (2021-04-28)
212

313

dist/autocomplete-paths.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/autocomplete-paths.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "autocomplete-paths",
33
"main": "./dist/autocomplete-paths.js",
4-
"version": "2.15.0",
4+
"version": "2.15.1",
55
"description": "Adds path autocompletion to autocomplete+",
66
"repository": "https://github.com/atom-community/autocomplete-paths",
77
"license": "MIT",

0 commit comments

Comments
 (0)