diff --git a/CHANGELOG.md b/CHANGELOG.md index 6787201..87e4e39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.10](https://github.com/oclif/plugin-search/compare/1.2.9...1.2.10) (2024-09-29) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.22 to 4.0.23 ([#496](https://github.com/oclif/plugin-search/issues/496)) ([19e948c](https://github.com/oclif/plugin-search/commit/19e948cd124490bf6e8eda32b7881f89a51787c6)) + ## [1.2.9](https://github.com/oclif/plugin-search/compare/1.2.8...1.2.9) (2024-09-15) ### Bug Fixes diff --git a/README.md b/README.md index e925897..8eda0a3 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.9 linux-x64 node-v18.20.4 +@oclif/plugin-search/1.2.10 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.9/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.10/src/commands/search.ts)_ diff --git a/package.json b/package.json index 2f57437..0a6c5bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.2.9", + "version": "1.2.10", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",