Skip to content

Commit

Permalink
chore(release): 1.0.13 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Feb 4, 2024
1 parent 757ab5d commit f601261
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.13](https://github.com/oclif/plugin-search/compare/1.0.12...1.0.13) (2024-02-04)

### Bug Fixes

- **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([#322](https://github.com/oclif/plugin-search/issues/322)) ([757ab5d](https://github.com/oclif/plugin-search/commit/757ab5d4648ca65aa0bc7d45d35d4b26b3db1318))

## [1.0.12](https://github.com/oclif/plugin-search/compare/1.0.11...1.0.12) (2024-01-14)

### 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.12 linux-x64 node-v18.19.0
@oclif/plugin-search/1.0.13 linux-x64 node-v18.19.0
$ @oclif/plugin-search --help [COMMAND]
USAGE
$ @oclif/plugin-search COMMAND
Expand Down Expand Up @@ -53,6 +53,6 @@ DESCRIPTION
Once you select a command, hit enter and it will show the help for that command.
```

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

<!-- commandsstop -->
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.12",
"version": "1.0.13",
"description": "A command for searching commands",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-search/issues",
Expand Down

0 comments on commit f601261

Please sign in to comment.