From 8a41d781934da5c21462eeec317fe1e0339faf86 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 3 Nov 2024 05:48:20 +0000 Subject: [PATCH] chore(release): 1.2.14 [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 2ccfd26..103351e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.14](https://github.com/oclif/plugin-search/compare/1.2.13...1.2.14) (2024-11-03) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.30 to 4.0.31 ([#523](https://github.com/oclif/plugin-search/issues/523)) ([252697e](https://github.com/oclif/plugin-search/commit/252697e5ae5c5179eadf6093626982747449f823)) + ## [1.2.13](https://github.com/oclif/plugin-search/compare/1.2.12...1.2.13) (2024-10-27) ### Bug Fixes diff --git a/README.md b/README.md index ec9106a..2c5d230 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.13 linux-x64 node-v18.20.4 +@oclif/plugin-search/1.2.14 linux-x64 node-v18.20.4 $ @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.13/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.14/src/commands/search.ts)_ diff --git a/package.json b/package.json index 5992832..4b09891 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.2.13", + "version": "1.2.14", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",