diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e41e010..cae39e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.3](https://github.com/salesforcecli/plugin-limits/compare/3.3.2...3.3.3) (2024-04-15) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 7.1.0 to 7.2.0 ([d64b4fc](https://github.com/salesforcecli/plugin-limits/commit/d64b4fcd0616e2c39c551012e26df49db0614c53)) + ## [3.3.2](https://github.com/salesforcecli/plugin-limits/compare/3.3.1...3.3.2) (2024-04-14) ### Bug Fixes diff --git a/README.md b/README.md index aa507efc..46d68778 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.2/src/commands/org/list/limits.ts)_ +_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.3/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.2/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.3/src/commands/org/list/sobject/record-counts.ts)_ diff --git a/package.json b/package.json index 492cf33e..65780434 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.2", + "version": "3.3.3", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {