diff --git a/CHANGELOG.md b/CHANGELOG.md index 745f58d5..bfb2402a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.3](https://github.com/oclif/plugin-which/compare/3.0.2...3.0.3) (2023-10-13) + +### Bug Fixes + +- **deps:** bump minimatch from 3.0.4 to 3.1.2 ([#454](https://github.com/oclif/plugin-which/issues/454)) ([5c56075](https://github.com/oclif/plugin-which/commit/5c560753484c7e97849ca1b344ccea1b210af5a6)) + ## [3.0.2](https://github.com/oclif/plugin-which/compare/3.0.1...3.0.2) (2023-10-12) ### Bug Fixes diff --git a/README.md b/README.md index bd5eef37..a163b663 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.2 linux-x64 node-v18.18.0 +@oclif/plugin-which/3.0.3 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.2/src/commands/which.ts)_ +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.0.3/src/commands/which.ts)_ diff --git a/package.json b/package.json index 7c39e998..c146c7b8 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.2", + "version": "3.0.3", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {