diff --git a/CHANGELOG.md b/CHANGELOG.md index 45947f4..d19f23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.26](https://github.com/oclif/plugin-which/compare/3.2.25...3.2.26) (2025-01-19) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.2.2 to 4.2.3 ([#787](https://github.com/oclif/plugin-which/issues/787)) ([38435b3](https://github.com/oclif/plugin-which/commit/38435b3729cfcbc87c3bb4c05334f910c378d296)) + ## [3.2.25](https://github.com/oclif/plugin-which/compare/3.2.24...3.2.25) (2025-01-13) ### Bug Fixes diff --git a/README.md b/README.md index fa60e83..01e761e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ $ npm install -g @oclif/plugin-which $ oclif-example COMMAND running command... $ oclif-example (--version) -@oclif/plugin-which/3.2.25 linux-x64 node-v20.18.1 +@oclif/plugin-which/3.2.26 linux-x64 node-v20.18.1 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -70,7 +70,7 @@ EXAMPLES $ oclif-example which "foo bar baz" ``` -_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.2.25/src/commands/which.ts)_ +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.2.26/src/commands/which.ts)_ diff --git a/package.json b/package.json index ef4953a..32c5f6b 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.2.25", + "version": "3.2.26", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {