Skip to content

Commit 5a98f3c

Browse files
chore(release): 2.12.19 [skip ci]
1 parent c453fb5 commit 5a98f3c

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.12.19](https://github.com/atom-community/autocomplete-paths/compare/v2.12.18...v2.12.19) (2021-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* export entry functions named ([24f272a](https://github.com/atom-community/autocomplete-paths/commit/24f272a38bf82607014abb0712a798ef07b59e42))
7+
* fix no case declaration ([0ccf198](https://github.com/atom-community/autocomplete-paths/commit/0ccf198b32a9fb45ad1328fd5105dd8e40a10a7f))
8+
* use exec instead of spawn ([f7921ed](https://github.com/atom-community/autocomplete-paths/commit/f7921eda3ee9107e897b758f3ad4440f93c29017))
9+
* use Object.keys for adding OptionScopes ([f386a00](https://github.com/atom-community/autocomplete-paths/commit/f386a003599aa978758e06605672123717f6338d))
10+
111
## [2.12.18](https://github.com/atom-community/autocomplete-paths/compare/v2.12.17...v2.12.18) (2021-02-07)
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.12.18",
4+
"version": "2.12.19",
55
"description": "Adds path autocompletion to autocomplete+",
66
"repository": "https://github.com/atom-community/autocomplete-paths",
77
"license": "MIT",

0 commit comments

Comments
 (0)