From cf09c82c154fae33927422e03b00ccdac36417f5 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Fri, 28 Jan 2022 16:43:30 +0000 Subject: [PATCH] chore(release): 2.1.0 [ci skip] --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a864090..53e5d5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.1.0](https://github.com/oclif/plugin-which/compare/v2.0.5...v2.1.0) (2022-01-28) + + +### Features + +* remove cli-ux ([4eaa693](https://github.com/oclif/plugin-which/commit/4eaa6933815cce5e3de0c2b1e602f0e2d81c25e7)) + ### [2.0.5](https://github.com/oclif/plugin-which/compare/v2.0.4...v2.0.5) (2022-01-06) diff --git a/README.md b/README.md index 1c09ec13..caa39c11 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-which $ oclif-example COMMAND running command... $ oclif-example (--version) -@oclif/plugin-which/2.0.4 linux-x64 node-v12.22.8 +@oclif/plugin-which/2.0.5 linux-x64 node-v12.22.9 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -43,5 +43,5 @@ DESCRIPTION Show which plugin a command is in. ``` -_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.4/src/commands/which.ts)_ +_See code: [src/commands/which.ts](https://github.com/oclif/plugin-which/blob/v2.0.5/src/commands/which.ts)_ diff --git a/package.json b/package.json index cafe0fb1..d7eb0d42 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-which", "description": "find which plugin a command is in", - "version": "2.0.5", + "version": "2.1.0", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": {