From f601261728221973a90f9cbafb8e5bf631c06a40 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 4 Feb 2024 05:47:17 +0000 Subject: [PATCH] chore(release): 1.0.13 [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 97bb05f..1e42e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.13](https://github.com/oclif/plugin-search/compare/1.0.12...1.0.13) (2024-02-04) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([#322](https://github.com/oclif/plugin-search/issues/322)) ([757ab5d](https://github.com/oclif/plugin-search/commit/757ab5d4648ca65aa0bc7d45d35d4b26b3db1318)) + ## [1.0.12](https://github.com/oclif/plugin-search/compare/1.0.11...1.0.12) (2024-01-14) ### Bug Fixes diff --git a/README.md b/README.md index 7f0fc7f..6d7af7d 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.12 linux-x64 node-v18.19.0 +@oclif/plugin-search/1.0.13 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: [dist/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.0.12/dist/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.0.13/src/commands/search.ts)_ diff --git a/package.json b/package.json index 8e2a8b0..abc5b47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.0.12", + "version": "1.0.13", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",