diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e12fd..886977c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.4](https://github.com/oclif/plugin-search/compare/1.0.3...1.0.4) (2023-10-22) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.2.1 to 3.5.0 ([#250](https://github.com/oclif/plugin-search/issues/250)) ([740db53](https://github.com/oclif/plugin-search/commit/740db53c1359a4b37e714770e5be981a3095cb55)) + ## [1.0.3](https://github.com/oclif/plugin-search/compare/1.0.2...1.0.3) (2023-10-15) ### Bug Fixes diff --git a/README.md b/README.md index 3bbee55..b463659 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.3 linux-x64 node-v18.18.0 +@oclif/plugin-search/1.0.4 linux-x64 node-v18.18.2 $ @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: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.0.3/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.0.4/src/commands/search.ts)_ diff --git a/package.json b/package.json index 4715a9e..94a6500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.0.3", + "version": "1.0.4", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",