From 0f5ff83c5fb903e4a4acd9f289c18a8069d236d1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 17 Nov 2024 03:21:21 +0000 Subject: [PATCH] chore(release): 1.2.15 [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 103351e..95aed2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.15](https://github.com/oclif/plugin-search/compare/1.2.14...1.2.15) (2024-11-17) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.31 to 4.0.32 ([#529](https://github.com/oclif/plugin-search/issues/529)) ([d804e4a](https://github.com/oclif/plugin-search/commit/d804e4a5df4f984f6e065a14c6e6ce4b29d5176f)) + ## [1.2.14](https://github.com/oclif/plugin-search/compare/1.2.13...1.2.14) (2024-11-03) ### Bug Fixes diff --git a/README.md b/README.md index 2c5d230..6398ec4 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.14 linux-x64 node-v18.20.4 +@oclif/plugin-search/1.2.15 linux-x64 node-v18.20.5 $ @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.14/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.15/src/commands/search.ts)_ diff --git a/package.json b/package.json index 3ae8faa..3fe53ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.2.14", + "version": "1.2.15", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",