diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e3b04..1e339c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.4](https://github.com/oclif/plugin-search/compare/1.1.3...1.1.4) (2024-06-16) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.3 to 4.0.6 ([#422](https://github.com/oclif/plugin-search/issues/422)) ([cd00332](https://github.com/oclif/plugin-search/commit/cd00332e703ca6059513c3942e2127ddb4e0a436)) + ## [1.1.3](https://github.com/oclif/plugin-search/compare/1.1.2...1.1.3) (2024-06-13) ### Bug Fixes diff --git a/README.md b/README.md index 0bc9f05..6f58aca 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.1.3 linux-x64 node-v18.20.3 +@oclif/plugin-search/1.1.4 linux-x64 node-v18.20.3 $ @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.1.3/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.1.4/src/commands/search.ts)_ diff --git a/package.json b/package.json index ac73931..837dc97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.1.3", + "version": "1.1.4", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",