From df4effcd7cac2374761597d31cf46a2a6e42f839 Mon Sep 17 00:00:00 2001
From: svc-cli-bot <Svc_cli_bot@salesforce.com>
Date: Sun, 12 Jan 2025 08:47:21 +0000
Subject: [PATCH] chore(release): 1.2.18 [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 214f4ed..5863459 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## [1.2.18](https://github.com/oclif/plugin-search/compare/1.2.17...1.2.18) (2025-01-12)
+
+### Bug Fixes
+
+- **deps:** bump @oclif/core from 4.2.0 to 4.2.2 ([#564](https://github.com/oclif/plugin-search/issues/564)) ([d9899ce](https://github.com/oclif/plugin-search/commit/d9899ce192803e1d6fff8312facf4615bfe254c9))
+
 ## [1.2.17](https://github.com/oclif/plugin-search/compare/1.2.16...1.2.17) (2024-12-08)
 
 ### Bug Fixes
diff --git a/README.md b/README.md
index f752894..a1fc676 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.2.17 linux-x64 node-v18.20.5
+@oclif/plugin-search/1.2.18 linux-x64 node-v20.18.1
 $ @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.2.17/src/commands/search.ts)_
+_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.18/src/commands/search.ts)_
 
 <!-- commandsstop -->
 
diff --git a/package.json b/package.json
index 9090b53..242e3ab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@oclif/plugin-search",
-  "version": "1.2.17",
+  "version": "1.2.18",
   "description": "A command for searching commands",
   "author": "Salesforce",
   "bugs": "https://github.com/oclif/plugin-search/issues",