From d7002402723107eef296bc479dc724309f93db25 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 13 Oct 2024 02:59:16 +0000 Subject: [PATCH] chore(release): 3.4.10 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 8 ++++---- package.json | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fff7169..3617ae74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.4.10](https://github.com/salesforcecli/plugin-info/compare/3.4.9...3.4.10) (2024-10-13) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 8.6.1 to 8.6.2 ([ec93792](https://github.com/salesforcecli/plugin-info/commit/ec9379265689769d1b176355dd79431a9864ab44)) + ## [3.4.9](https://github.com/salesforcecli/plugin-info/compare/3.4.8...3.4.9) (2024-09-15) ### Bug Fixes diff --git a/README.md b/README.md index de7150e4..926ca819 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ EXAMPLES $ sf doctor --plugin @salesforce/plugin-source ``` -_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.9/src/commands/doctor.ts)_ +_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.10/src/commands/doctor.ts)_ ## `sf info releasenotes display` @@ -154,17 +154,17 @@ ALIASES EXAMPLES Display release notes for the currently installed CLI version: - $ sf info releasenotes display stable, stable-rc, latest, latest-rc, rc + $ sf info releasenotes display Display release notes for CLI version 7.120.0: - $ sf info releasenotes display --version 7.120.0 stable, stable-rc, latest, latest-rc, rc + $ sf info releasenotes display --version 7.120.0 Display release notes for the CLI version that corresponds to a tag (stable, stable-rc, latest, latest-rc, rc): $ sf info releasenotes display --version latest ``` -_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.9/src/commands/info/releasenotes/display.ts)_ +_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.10/src/commands/info/releasenotes/display.ts)_ diff --git a/package.json b/package.json index 8479ba76..e63d997e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-info", "description": "Plugin for accessing cli info from the command line", - "version": "3.4.9", + "version": "3.4.10", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {