Skip to content

Commit 73e4d82

Browse files
committed
chore(release): 3.0.8 [skip ci]
1 parent 9299bc4 commit 73e4d82

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.8](https://github.com/salesforcecli/plugin-info/compare/3.0.7...3.0.8) (2023-12-10)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 5.0.1 to 5.0.8 ([5f02948](https://github.com/salesforcecli/plugin-info/commit/5f02948727cdfcb08f379ade0416902f198706fc))
6+
17
## [3.0.7](https://github.com/salesforcecli/plugin-info/compare/3.0.6...3.0.7) (2023-12-03)
28

39
### Bug Fixes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ EXAMPLES
124124
$ sf doctor --plugin @salesforce/plugin-source
125125
```
126126

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

129129
## `sf info releasenotes display`
130130

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

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

168168
<!-- commandsstop -->

package.json

+1-1
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.0.7",
4+
"version": "3.0.8",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)