diff --git a/CHANGELOG.md b/CHANGELOG.md index 7979b0fc..42f240ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.36](https://github.com/salesforcecli/plugin-limits/compare/3.3.35...3.3.36) (2024-10-21) + +### Bug Fixes + +- update dependency and new table format ([281874a](https://github.com/salesforcecli/plugin-limits/commit/281874a1a4085eabfea3c83b2c83aec85a18746c)) + ## [3.3.35](https://github.com/salesforcecli/plugin-limits/compare/3.3.34...3.3.35) (2024-10-18) ### Reverts diff --git a/README.md b/README.md index 7bfc6b30..bc1e238e 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ EXAMPLES $ sf org list limits --target-org my-scratch-org ``` -_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.35/src/commands/org/list/limits.ts)_ +_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.36/src/commands/org/list/limits.ts)_ ## `sf org list sobject record-counts` @@ -157,6 +157,6 @@ EXAMPLES $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org ``` -_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.35/src/commands/org/list/sobject/record-counts.ts)_ +_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.36/src/commands/org/list/sobject/record-counts.ts)_ diff --git a/package.json b/package.json index 6cbdc653..22c59faa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-limits", "description": "commands to display api limits to your org", - "version": "3.3.35", + "version": "3.3.36", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {