From 32c9bc632ed808cabe27793cb328355cf9443a6f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 13 Jan 2025 03:16:41 +0000 Subject: [PATCH] chore(release): 3.2.25 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db73f57..45947f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.25](https://github.com/oclif/plugin-which/compare/3.2.24...3.2.25) (2025-01-13) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.2.0 to 4.2.2 ([#779](https://github.com/oclif/plugin-which/issues/779)) ([a5a823f](https://github.com/oclif/plugin-which/commit/a5a823f69663f718040fc2f8507c8d117086f8bf)) + ## [3.2.24](https://github.com/oclif/plugin-which/compare/3.2.23...3.2.24) (2025-01-12) ### Bug Fixes diff --git a/README.md b/README.md index 5bc8441..fa60e83 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.24 linux-x64 node-v20.18.1 +@oclif/plugin-which/3.2.25 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.24/src/commands/which.ts)_ +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.2.25/src/commands/which.ts)_ diff --git a/package.json b/package.json index 9386051..d3285b6 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.24", + "version": "3.2.25", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {