We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a794c commit 7c22567Copy full SHA for 7c22567
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.0.24](https://github.com/oclif/plugin-search/compare/0.0.23...0.0.24) (2023-10-11)
2
+
3
4
+### Bug Fixes
5
6
+* filter out ignored commands from search ([53637e5](https://github.com/oclif/plugin-search/commit/53637e571dd178ef7d9559c4b141454585e5b737))
7
8
9
10
## [0.0.23](https://github.com/oclif/plugin-search/compare/0.0.22...0.0.23) (2023-09-28)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-search",
- "version": "0.0.23",
+ "version": "0.0.24",
"description": "A command for searching commands",
"author": "Salesforce",
"homepage": "https://github.com/oclif/plugin-search",
0 commit comments