diff --git a/CHANGELOG.md b/CHANGELOG.md index b4bc839..6ba57ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.12](https://github.com/oclif/plugin-search/compare/1.2.11...1.2.12) (2024-10-14) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.27 to 4.0.28 ([#506](https://github.com/oclif/plugin-search/issues/506)) ([f309352](https://github.com/oclif/plugin-search/commit/f3093520212815c5f61860d210f88a5f32c1712b)) + ## [1.2.11](https://github.com/oclif/plugin-search/compare/1.2.10...1.2.11) (2024-10-06) ### Bug Fixes diff --git a/README.md b/README.md index 71a0a3b..64fd0db 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.11 linux-x64 node-v18.20.4 +@oclif/plugin-search/1.2.12 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.11/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.12/src/commands/search.ts)_ diff --git a/package.json b/package.json index f94d821..c8873eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.2.11", + "version": "1.2.12", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",