Skip to content

Commit

Permalink
chore(release): 3.4.10 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 13, 2024
1 parent 53b6bae commit d700240
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down Expand Up @@ -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)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit d700240

Please sign in to comment.