diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c5db7..53aa284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.5](https://github.com/oclif/plugin-search/compare/1.2.4...1.2.5) (2024-07-29) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.12 to 4.0.17 ([#453](https://github.com/oclif/plugin-search/issues/453)) ([23168e7](https://github.com/oclif/plugin-search/commit/23168e78732184f9d3f22ad753478da6ac15445c)) + ## [1.2.4](https://github.com/oclif/plugin-search/compare/1.2.3...1.2.4) (2024-07-23) ### Bug Fixes diff --git a/README.md b/README.md index a4a8cb0..fc47bf3 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.4 linux-x64 node-v18.20.4 +@oclif/plugin-search/1.2.5 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.4/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.5/src/commands/search.ts)_ diff --git a/package.json b/package.json index c4b2ab5..ced5d38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.2.4", + "version": "1.2.5", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",