Skip to content

Commit 6c7feba

Browse files
committed
chore(release): 3.3.17 [skip ci]
1 parent b0e6b17 commit 6c7feba

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.3.17](https://github.com/salesforcecli/plugin-limits/compare/3.3.16...3.3.17) (2024-07-07)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.1.0 to 8.1.1 ([e0ff146](https://github.com/salesforcecli/plugin-limits/commit/e0ff146986b14a5e106f37f7ad471f1899597be5))
6+
17
## [3.3.16](https://github.com/salesforcecli/plugin-limits/compare/3.3.15...3.3.16) (2024-06-30)
28

39
### Bug Fixes

README.md

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

114-
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.16/src/commands/org/list/limits.ts)_
114+
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.17/src/commands/org/list/limits.ts)_
115115

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

@@ -157,6 +157,6 @@ EXAMPLES
157157
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
158158
```
159159

160-
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.16/src/commands/org/list/sobject/record-counts.ts)_
160+
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.17/src/commands/org/list/sobject/record-counts.ts)_
161161

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

0 commit comments

Comments
 (0)