diff --git a/CHANGELOG.md b/CHANGELOG.md index 265f27fb..e33addfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.7](https://github.com/oclif/plugin-which/compare/3.0.6...3.0.7) (2023-10-29) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.5.0 to 3.9.1 ([#467](https://github.com/oclif/plugin-which/issues/467)) ([ff32a82](https://github.com/oclif/plugin-which/commit/ff32a8274fb3ad587f05b81cdcf797975aae68e2)) + ## [3.0.6](https://github.com/oclif/plugin-which/compare/3.0.5...3.0.6) (2023-10-22) ### Bug Fixes diff --git a/README.md b/README.md index faedd4d8..8d17d6d4 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.6 linux-x64 node-v18.18.2 +@oclif/plugin-which/3.0.7 linux-x64 node-v18.18.2 $ 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.6/src/commands/which.ts)_ +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.0.7/src/commands/which.ts)_ diff --git a/package.json b/package.json index cb48c9b3..119a5883 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.6", + "version": "3.0.7", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {