From 97f49bd506755b07635c97589247f8a0e7824c61 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 16 Apr 2024 21:07:06 +0000 Subject: [PATCH] chore(release): 4.2.6 [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 287c42a8..dfd5f500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.6](https://github.com/oclif/plugin-update/compare/4.2.5...4.2.6) (2024-04-16) + +### Bug Fixes + +- use native spawn, new inquirer ([#788](https://github.com/oclif/plugin-update/issues/788)) ([a53ff7a](https://github.com/oclif/plugin-update/commit/a53ff7a952e0ab09fc987ac028085326f1d93de7)) + ## [4.2.5](https://github.com/oclif/plugin-update/compare/4.2.4...4.2.5) (2024-04-14) ### Bug Fixes diff --git a/README.md b/README.md index 7349ef62..394250e5 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.6-qa.0/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.2.6/src/commands/update.ts)_ diff --git a/package.json b/package.json index 3579214b..e409ba3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.2.6-qa.0", + "version": "4.2.6", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {