From a74a889723ceb39c8a64bd755fe16aaf43235372 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 26 Nov 2023 11:45:54 +0000 Subject: [PATCH] chore(release): 4.1.4 [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 cca781c6..ea54396b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.4](https://github.com/oclif/plugin-update/compare/4.1.3...4.1.4) (2023-11-26) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.9.1 to 3.12.0 ([#675](https://github.com/oclif/plugin-update/issues/675)) ([c462c6f](https://github.com/oclif/plugin-update/commit/c462c6f22476e5a0ea01f5892cd06305ee4ccb5a)) + ## [4.1.3](https://github.com/oclif/plugin-update/compare/4.1.2...4.1.3) (2023-10-22) ### Bug Fixes diff --git a/README.md b/README.md index 2e05116d..692fea4f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ FLAGS -a, --available See available versions. -i, --interactive Interactively select version to install. This is ignored if a channel is provided. -v, --version= Install a specific version. - --force Force a re-download of the requested version. + --force Force a re-download of the requested version. DESCRIPTION update the oclif-example CLI @@ -56,6 +56,6 @@ EXAMPLES $ oclif-example update --available ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.3/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.4/src/commands/update.ts)_ diff --git a/package.json b/package.json index 7f8f101b..593e872a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.1.3", + "version": "4.1.4", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {