diff --git a/CHANGELOG.md b/CHANGELOG.md index bfb2402a..398520e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.4](https://github.com/oclif/plugin-which/compare/3.0.3...3.0.4) (2023-10-15) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.0.9 to 3.2.1 ([#458](https://github.com/oclif/plugin-which/issues/458)) ([d924014](https://github.com/oclif/plugin-which/commit/d92401475113054bc9b1e6fd19a409dde6a397e7)) + ## [3.0.3](https://github.com/oclif/plugin-which/compare/3.0.2...3.0.3) (2023-10-13) ### Bug Fixes diff --git a/README.md b/README.md index a163b663..1e91b252 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @oclif/plugin-which $ oclif-example COMMAND running command... $ oclif-example (--version) -@oclif/plugin-which/3.0.3 linux-x64 node-v18.18.0 +@oclif/plugin-which/3.0.4 linux-x64 node-v18.18.0 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -56,6 +56,6 @@ EXAMPLES $ oclif-example which help ``` -_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.0.3/src/commands/which.ts)_ +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.0.4/src/commands/which.ts)_ diff --git a/package.json b/package.json index d50b9940..c8cb90fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-which", "description": "find which plugin a command is in", - "version": "3.0.3", + "version": "3.0.4", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {