From ea1052df3e7edcd113b11636998bc292f4d626fa Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 12 May 2024 08:47:36 +0000 Subject: [PATCH] chore(release): 1.0.24 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daa7af6..c200f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index c2d10d6..75cb735 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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)_ diff --git a/package.json b/package.json index 99d18f3..38fb905 100644 --- a/package.json +++ b/package.json @@ -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",