Skip to content

Commit 758c12f

Browse files
committed
chore(release): 3.4.104 [skip ci]
1 parent 283fc2f commit 758c12f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.4.104](https://github.com/salesforcecli/plugin-info/compare/3.4.103...3.4.104) (2026-02-15)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.25.1 to 8.26.0 ([9bd0547](https://github.com/salesforcecli/plugin-info/commit/9bd0547038bea1de06e5e33b133bcb4bb3478e6b))
6+
17
## [3.4.103](https://github.com/salesforcecli/plugin-info/compare/3.4.102...3.4.103) (2026-02-11)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ EXAMPLES
125125
$ sf doctor --plugin @salesforce/plugin-source
126126
```
127127

128-
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.103/src/commands/doctor.ts)_
128+
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.104/src/commands/doctor.ts)_
129129

130130
## `sf info releasenotes display`
131131

@@ -165,6 +165,6 @@ EXAMPLES
165165
$ sf info releasenotes display --version latest
166166
```
167167

168-
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.103/src/commands/info/releasenotes/display.ts)_
168+
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/3.4.104/src/commands/info/releasenotes/display.ts)_
169169

170170
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-info",
33
"description": "Plugin for accessing cli info from the command line",
4-
"version": "3.4.103",
4+
"version": "3.4.104",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"enableO11y": true,

0 commit comments

Comments
 (0)