From f03902d7b3ba4a164df57073d88668983b548c2a Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 21 Feb 2024 02:47:33 +0000 Subject: [PATCH] chore(release): 1.0.16 [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 f064143..4ec5e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.16](https://github.com/oclif/plugin-search/compare/1.0.15...1.0.16) (2024-02-21) + +### Bug Fixes + +- **deps:** bump ip from 2.0.0 to 2.0.1 ([#335](https://github.com/oclif/plugin-search/issues/335)) ([d1c4193](https://github.com/oclif/plugin-search/commit/d1c4193b43a2322eee7f93bbc605d25d022a99e8)) + ## [1.0.15](https://github.com/oclif/plugin-search/compare/1.0.14...1.0.15) (2024-02-19) ### Bug Fixes diff --git a/README.md b/README.md index 4782997..5e2e873 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.15 linux-x64 node-v18.19.0 +@oclif/plugin-search/1.0.16 linux-x64 node-v18.19.0 $ @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.15/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.0.16/src/commands/search.ts)_ diff --git a/package.json b/package.json index d7a56a6..e43e545 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.0.15", + "version": "1.0.16", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",