Skip to content

Commit

Permalink
Mention API change in README
Browse files Browse the repository at this point in the history
  • Loading branch information
adelsz committed Jan 27, 2019
1 parent e80e9ac commit c41c3e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Call the prompt:
]);
```

## Change log
* In version 2.0.0 option `filterPath` was deprecated. Please use `excludePath` and `itemType` instead.

## Related

- [inquirer](https://github.com/SBoudrias/Inquirer.js) - A collection of common interactive command line user interfaces
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inquirer-fuzzy-path",
"version": "2.0.0",
"version": "2.0.1",
"description": "Fuzzy file/directory search and select prompt for inquirer.",
"main": "index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"select"
],
"author": "adelsz",
"license": "ISC",
"license": "MIT",
"homepage": "https://github.com/adelsz/inquirer-fuzzy-path",
"dependencies": {
"ansi-styles": "^3.2.1",
Expand Down

0 comments on commit c41c3e2

Please sign in to comment.