From f6c4e0aafac4fff8db8e4d328e55d77f66121cdf Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 6 May 2024 21:34:30 +0000 Subject: [PATCH] chore(release): 4.2.11 [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 07d5648f..8e12800b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.11](https://github.com/oclif/plugin-update/compare/4.2.10...4.2.11) (2024-05-06) + +### Bug Fixes + +- dont check npm option - [#797](https://github.com/oclif/plugin-update/issues/797) ([#807](https://github.com/oclif/plugin-update/issues/807)) ([#812](https://github.com/oclif/plugin-update/issues/812)) ([973666b](https://github.com/oclif/plugin-update/commit/973666bc0a2217d6ac8ffbada1990419fcb0e0bf)) + ## [4.2.10](https://github.com/oclif/plugin-update/compare/4.2.9...4.2.10) (2024-05-05) ### Bug Fixes diff --git a/README.md b/README.md index 7e082769..1c4d44a3 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.10/src/commands/update.ts)_ +_See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.2.11/src/commands/update.ts)_ diff --git a/package.json b/package.json index 8a6076db..f43cc0bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-update", - "version": "4.2.10", + "version": "4.2.11", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": {