Skip to content

Commit

Permalink
chore(release): 1.0.24 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed May 12, 2024
1 parent c18d5b0 commit ea1052d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.24](https://github.com/oclif/plugin-search/compare/1.0.23...1.0.24) (2024-05-12)

### Bug Fixes

- **deps:** bump @oclif/core from 3.26.5 to 3.26.6 ([#397](https://github.com/oclif/plugin-search/issues/397)) ([c18d5b0](https://github.com/oclif/plugin-search/commit/c18d5b0f8f99417cb39ebef6a7227f6aed98c546))

## [1.0.23](https://github.com/oclif/plugin-search/compare/1.0.22...1.0.23) (2024-04-21)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @oclif/plugin-search
$ @oclif/plugin-search COMMAND
running command...
$ @oclif/plugin-search (--version)
@oclif/plugin-search/1.0.23 linux-x64 node-v18.20.2
@oclif/plugin-search/1.0.24 linux-x64 node-v18.20.2
$ @oclif/plugin-search --help [COMMAND]
USAGE
$ @oclif/plugin-search COMMAND
Expand Down Expand Up @@ -53,7 +53,7 @@ DESCRIPTION
Once you select a command, hit enter and it will show the help for that command.
```

_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.0.23/src/commands/search.ts)_
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.0.24/src/commands/search.ts)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-search",
"version": "1.0.23",
"version": "1.0.24",
"description": "A command for searching commands",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-search/issues",
Expand Down

0 comments on commit ea1052d

Please sign in to comment.