diff --git a/CHANGELOG.md b/CHANGELOG.md index 95aed2f..26fb4e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.16](https://github.com/oclif/plugin-search/compare/1.2.15...1.2.16) (2024-11-17) + +### Bug Fixes + +- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([#530](https://github.com/oclif/plugin-search/issues/530)) ([01e2f31](https://github.com/oclif/plugin-search/commit/01e2f310faeaea92aa1cead39b9914efe482e8c0)) + ## [1.2.15](https://github.com/oclif/plugin-search/compare/1.2.14...1.2.15) (2024-11-17) ### Bug Fixes diff --git a/README.md b/README.md index 6398ec4..3aaec47 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.15 linux-x64 node-v18.20.5 +@oclif/plugin-search/1.2.16 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.15/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.16/src/commands/search.ts)_ diff --git a/package.json b/package.json index 9a54e31..6ff7026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.2.15", + "version": "1.2.16", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",