From cf37071d2cbc5d6b0b923b3340247703943408a0 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 17 Nov 2024 11:50:20 +0000 Subject: [PATCH] chore(release): 3.2.19 [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 83681aa..21afd7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.19](https://github.com/oclif/plugin-which/compare/3.2.18...3.2.19) (2024-11-17) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.31 to 4.0.32 ([#742](https://github.com/oclif/plugin-which/issues/742)) ([c9e44fb](https://github.com/oclif/plugin-which/commit/c9e44fb647a502ea9cdfb6ea70f831ed3d43e9c9)) + ## [3.2.18](https://github.com/oclif/plugin-which/compare/3.2.17...3.2.18) (2024-11-17) ### Bug Fixes diff --git a/README.md b/README.md index 9d6cbc9..8f4be28 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.18 linux-x64 node-v18.20.5 +@oclif/plugin-which/3.2.19 linux-x64 node-v18.20.5 $ 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.18/src/commands/which.ts)_ +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.2.19/src/commands/which.ts)_ diff --git a/package.json b/package.json index fc7232a..152bb26 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.18", + "version": "3.2.19", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {