From 4d0256323c1e9cc59f2e2dabd33cf0af0c72f996 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 26 Apr 2024 15:39:20 +0000 Subject: [PATCH] chore(release): 4.2.8 [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 588e74dd..4ea4b9a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.8](https://github.com/oclif/plugin-update/compare/4.2.7...4.2.8) (2024-04-26) + +### Bug Fixes + +- debug error instead of warn ([#799](https://github.com/oclif/plugin-update/issues/799)) ([12794f4](https://github.com/oclif/plugin-update/commit/12794f4405a8285b448aef6fac13c3f487ddb4db)) + ## [4.2.7](https://github.com/oclif/plugin-update/compare/4.2.6...4.2.7) (2024-04-21) ### Bug Fixes diff --git a/README.md b/README.md index 23eb7985..2b9b24ff 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.2.7/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.2.8/src/commands/update.ts)_ diff --git a/package.json b/package.json index 2a82754a..81db7515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.2.7", + "version": "4.2.8", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {