diff --git a/CHANGELOG.md b/CHANGELOG.md index 398520e6..c8c21d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.5](https://github.com/oclif/plugin-which/compare/3.0.4...3.0.5) (2023-10-17) + +### Bug Fixes + +- **deps:** bump @babel/traverse from 7.10.3 to 7.23.2 ([#460](https://github.com/oclif/plugin-which/issues/460)) ([91bb087](https://github.com/oclif/plugin-which/commit/91bb08746b7c2f02024541e2778bb4c6a2e7d55c)) + ## [3.0.4](https://github.com/oclif/plugin-which/compare/3.0.3...3.0.4) (2023-10-15) ### Bug Fixes diff --git a/README.md b/README.md index 1e91b252..2459b4ba 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.4 linux-x64 node-v18.18.0 +@oclif/plugin-which/3.0.5 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.4/src/commands/which.ts)_ +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.0.5/src/commands/which.ts)_ diff --git a/package.json b/package.json index 7d6a84f9..b9e47b21 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.4", + "version": "3.0.5", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {