Skip to content

Commit 2d4e532

Browse files
committed
chore(release): 1.2.20 [skip ci]
1 parent 8303e4f commit 2d4e532

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.2.20](https://github.com/oclif/plugin-search/compare/1.2.19...1.2.20) (2025-02-02)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.2.4 to 4.2.5 ([#579](https://github.com/oclif/plugin-search/issues/579)) ([8303e4f](https://github.com/oclif/plugin-search/commit/8303e4f1cc285f5d9e7e9d435c85940b83954ea6))
6+
17
## [1.2.19](https://github.com/oclif/plugin-search/compare/1.2.18...1.2.19) (2025-01-19)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ npm install -g @oclif/plugin-search
2424
$ @oclif/plugin-search COMMAND
2525
running command...
2626
$ @oclif/plugin-search (--version)
27-
@oclif/plugin-search/1.2.19 linux-x64 node-v20.18.1
27+
@oclif/plugin-search/1.2.20 linux-x64 node-v20.18.2
2828
$ @oclif/plugin-search --help [COMMAND]
2929
USAGE
3030
$ @oclif/plugin-search COMMAND
@@ -53,7 +53,7 @@ DESCRIPTION
5353
Once you select a command, hit enter and it will show the help for that command.
5454
```
5555

56-
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.19/src/commands/search.ts)_
56+
_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.20/src/commands/search.ts)_
5757

5858
<!-- commandsstop -->
5959

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oclif/plugin-search",
3-
"version": "1.2.19",
3+
"version": "1.2.20",
44
"description": "A command for searching commands",
55
"author": "Salesforce",
66
"bugs": "https://github.com/oclif/plugin-search/issues",

0 commit comments

Comments
 (0)