Skip to content

Commit a624169

Browse files
committed
chore(release): 3.0.8 [skip ci]
1 parent eb98b5b commit a624169

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.0.8](https://github.com/salesforcecli/plugin-limits/compare/3.0.7...3.0.8) (2023-12-17)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 5.0.5 to 5.0.11 ([b9551a4](https://github.com/salesforcecli/plugin-limits/commit/b9551a46fafdbe78eea24d4ceec8f0de67aa27ec))
6+
17
## [3.0.7](https://github.com/salesforcecli/plugin-limits/compare/3.0.6...3.0.7) (2023-12-17)
28

39
### Bug Fixes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ EXAMPLES
110110
$ sf org list limits --target-org my-scratch-org
111111
```
112112

113-
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.7/src/commands/org/list/limits.ts)_
113+
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.8/src/commands/org/list/limits.ts)_
114114

115115
## `sf org list sobject record-counts`
116116

@@ -155,6 +155,6 @@ EXAMPLES
155155
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
156156
```
157157

158-
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.7/src/commands/org/list/sobject/record-counts.ts)_
158+
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.8/src/commands/org/list/sobject/record-counts.ts)_
159159

160160
<!-- 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-limits",
33
"description": "commands to display api limits to your org",
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)