Skip to content

Commit

Permalink
chore(release): 2.15.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Apr 28, 2021
1 parent c72608d commit f446940
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [2.15.1](https://github.com/atom-community/autocomplete-paths/compare/v2.15.0...v2.15.1) (2021-04-28)


### Bug Fixes

* cache ignored glob by directory ([f619651](https://github.com/atom-community/autocomplete-paths/commit/f619651841ecbe9bfc8a00408b998717af2e1b55))
* do not follow symlinks in chokidar ([ef98d40](https://github.com/atom-community/autocomplete-paths/commit/ef98d40f1325dfc9f2108e330aad60387112fbf8))
* increase the interval of chokidar ([50829d3](https://github.com/atom-community/autocomplete-paths/commit/50829d35e50ca5c7797688c4ed46b763755ecddc))
* remove unused projectDirectory input for onAddDir ([d59124f](https://github.com/atom-community/autocomplete-paths/commit/d59124f6daab3810f9251a433d783ed8ef4f998a))

# [2.15.0](https://github.com/atom-community/autocomplete-paths/compare/v2.14.0...v2.15.0) (2021-04-28)


Expand Down
2 changes: 1 addition & 1 deletion dist/autocomplete-paths.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/autocomplete-paths.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "autocomplete-paths",
"main": "./dist/autocomplete-paths.js",
"version": "2.15.0",
"version": "2.15.1",
"description": "Adds path autocompletion to autocomplete+",
"repository": "https://github.com/atom-community/autocomplete-paths",
"license": "MIT",
Expand Down

0 comments on commit f446940

Please sign in to comment.