From d12c646f224597e8ee389b87aeecb1d965734eff Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 3 Mar 2024 02:50:52 +0000 Subject: [PATCH] chore(release): 3.1.2 [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 ff4ec25b..3afa452a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.2](https://github.com/oclif/plugin-which/compare/3.1.1...3.1.2) (2024-03-03) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.19.6 to 3.20.0 ([#560](https://github.com/oclif/plugin-which/issues/560)) ([b107e20](https://github.com/oclif/plugin-which/commit/b107e202c11343686fdbc90902011ddefad36c90)) + ## [3.1.1](https://github.com/oclif/plugin-which/compare/3.1.0...3.1.1) (2024-02-22) ### Bug Fixes diff --git a/README.md b/README.md index fbe78570..ebdef13f 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.1.1 linux-x64 node-v18.19.1 +@oclif/plugin-which/3.1.2 linux-x64 node-v18.19.1 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -59,6 +59,6 @@ EXAMPLES $ oclif-example which help ``` -_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.1.1/src/commands/which.ts)_ +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/3.1.2/src/commands/which.ts)_ diff --git a/package.json b/package.json index e6c6592d..2d03ded2 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.1.1", + "version": "3.1.2", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {