From a5bc6940d40a7029fcb3129099ee8fcbb664f63a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 21 Jun 2024 17:07:50 +0000 Subject: [PATCH] chore(release): 1.1.5-dev.2 [skip ci] --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea754c3..d1dda14 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.1.5-dev.1 linux-x64 node-v18.20.3 +@oclif/plugin-search/1.1.5-dev.2 linux-x64 node-v18.20.3 $ @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.1.5-dev.1/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.1.5-dev.2/src/commands/search.ts)_ diff --git a/package.json b/package.json index 14cd6ff..301e2b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.1.5-dev.1", + "version": "1.1.5-dev.2", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",