Skip to content

Commit 8ba0336

Browse files
chore(release): 2.15.2 [skip ci]
1 parent 5c6d0ab commit 8ba0336

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.15.2](https://github.com/atom-community/autocomplete-paths/compare/v2.15.1...v2.15.2) (2021-05-02)
2+
3+
4+
### Bug Fixes
5+
6+
* skip tracking the changes if maxFileCount is hit ([27341f8](https://github.com/atom-community/autocomplete-paths/commit/27341f8f03573a9bf43230601747b562582b8a31))
7+
18
## [2.15.1](https://github.com/atom-community/autocomplete-paths/compare/v2.15.0...v2.15.1) (2021-04-28)
29

310

dist/autocomplete-paths.js

Lines changed: 8 additions & 3 deletions
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.1",
4+
"version": "2.15.2",
55
"description": "Adds path autocompletion to autocomplete+",
66
"repository": "https://github.com/atom-community/autocomplete-paths",
77
"license": "MIT",

0 commit comments

Comments
 (0)