From 9eb6b973002850516cefaed8ad3f318171f2eb58 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 3 Mar 2024 02:47:36 +0000 Subject: [PATCH] chore(release): 1.0.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 b14ccad..f7e1fa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.18](https://github.com/oclif/plugin-search/compare/1.0.17...1.0.18) (2024-03-03) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.19.6 to 3.20.0 ([#346](https://github.com/oclif/plugin-search/issues/346)) ([6ed8f30](https://github.com/oclif/plugin-search/commit/6ed8f30523521107198846eea12c3e90bf5d0ed3)) + ## [1.0.17](https://github.com/oclif/plugin-search/compare/1.0.16...1.0.17) (2024-02-25) ### Bug Fixes diff --git a/README.md b/README.md index a7b40cc..981c130 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.17 linux-x64 node-v18.19.1 +@oclif/plugin-search/1.0.18 linux-x64 node-v18.19.1 $ @oclif/plugin-search --help [COMMAND] USAGE $ @oclif/plugin-search COMMAND @@ -53,6 +53,6 @@ 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.17/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.0.18/src/commands/search.ts)_ diff --git a/package.json b/package.json index a832c25..ad7985c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.0.17", + "version": "1.0.18", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",