Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jul 7, 2024
1 parent 08a5135 commit a262985
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.2.2](https://github.com/oclif/plugin-search/compare/1.2.1...1.2.2) (2024-07-07)

### Bug Fixes

- **deps:** bump @oclif/core from 4.0.7 to 4.0.8 ([#435](https://github.com/oclif/plugin-search/issues/435)) ([08a5135](https://github.com/oclif/plugin-search/commit/08a51354db622debe14377497af22d805b1fe5f3))

## [1.2.1](https://github.com/oclif/plugin-search/compare/1.2.0...1.2.1) (2024-06-30)

### 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.2.1 linux-x64 node-v18.20.3
@oclif/plugin-search/1.2.2 linux-x64 node-v18.20.3
$ @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.2.1/src/commands/search.ts)_
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.2/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.2.1",
"version": "1.2.2",
"description": "A command for searching commands",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-search/issues",
Expand Down

0 comments on commit a262985

Please sign in to comment.