Skip to content

Commit 6ad66e8

Browse files
committed
chore(release): 2.6.46 [skip ci]
1 parent dec0ca1 commit 6ad66e8

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.6.46](https://github.com/salesforcecli/plugin-info/compare/2.6.45...2.6.46) (2023-09-28)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump get-func-name from 2.0.0 to 2.0.2 ([b4617e1](https://github.com/salesforcecli/plugin-info/commit/b4617e18f5dce4eb69c2f2cd73daa54bc50bce0d))
6+
17
## [2.6.45](https://github.com/salesforcecli/plugin-info/compare/2.6.44...2.6.45) (2023-09-25)
28

39
### Bug Fixes

README.md

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

127-
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/2.6.45/src/commands/doctor.ts)_
127+
_See code: [src/commands/doctor.ts](https://github.com/salesforcecli/plugin-info/blob/2.6.46/src/commands/doctor.ts)_
128128

129129
## `sfdx info:releasenotes:display`
130130

@@ -163,6 +163,6 @@ EXAMPLES
163163
$ sfdx info:releasenotes:display --version latest
164164
```
165165

166-
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/2.6.45/src/commands/info/releasenotes/display.ts)_
166+
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/2.6.46/src/commands/info/releasenotes/display.ts)_
167167

168168
<!-- 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": "2.6.45",
4+
"version": "2.6.46",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)