From 7b340c2dd4dccf9d71052b5a712c7f6b6433fe7f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 13 Jun 2024 19:44:11 +0000 Subject: [PATCH] chore(release): 4.4.1 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2cb24d6..c0fc25f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.4.1](https://github.com/oclif/plugin-update/compare/4.4.0...4.4.1) (2024-06-13) + +### Bug Fixes + +- ux improvements to update command ([#844](https://github.com/oclif/plugin-update/issues/844)) ([902949b](https://github.com/oclif/plugin-update/commit/902949b107d6fd6e1321738f4f1c655e2bde89c3)) + # [4.4.0](https://github.com/oclif/plugin-update/compare/4.3.6...4.4.0) (2024-06-12) ### Features diff --git a/README.md b/README.md index 173edb68..8f84e02f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ EXAMPLES $ oclif-example update --available ``` -_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.4.0/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.4.1/src/commands/update.ts)_ diff --git a/package.json b/package.json index ed2dd664..7e8970eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.4.0", + "version": "4.4.1", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {