From fe9bbd50020e1a322bdcf94854ca49f3a3e98eed Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 5 Nov 2023 11:47:51 +0000 Subject: [PATCH] chore(release): 1.0.6 [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 aa3d7c4..da72f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.6](https://github.com/oclif/plugin-search/compare/1.0.5...1.0.6) (2023-11-05) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.9.1 to 3.10.1 ([#258](https://github.com/oclif/plugin-search/issues/258)) ([ac0b0c3](https://github.com/oclif/plugin-search/commit/ac0b0c3bfcf4a958e97c4c2442fdb6ce9337eeca)) + ## [1.0.5](https://github.com/oclif/plugin-search/compare/1.0.4...1.0.5) (2023-10-29) ### Bug Fixes diff --git a/README.md b/README.md index 20c07f0..904074d 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.5 linux-x64 node-v18.18.2 +@oclif/plugin-search/1.0.6 linux-x64 node-v18.18.2 $ @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.5/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.0.6/src/commands/search.ts)_ diff --git a/package.json b/package.json index 464dbce..b9488c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.0.5", + "version": "1.0.6", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",