From 3a1318fffa067da65a6b4cd9e3ef92a6de1595ad Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 10 Apr 2024 16:02:49 +0000 Subject: [PATCH] chore(release): 3.3.0 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d80db29a..45cf5bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.3.0](https://github.com/salesforcecli/plugin-limits/compare/3.2.1...3.3.0) (2024-04-10) + +### Features + +- core7, jsforce-node ([132cbbd](https://github.com/salesforcecli/plugin-limits/commit/132cbbdaab1710e0a726b4585129df551e310d31)) + ## [3.2.1](https://github.com/salesforcecli/plugin-limits/compare/3.2.0...3.2.1) (2024-03-31) ### Bug Fixes diff --git a/README.md b/README.md index 767458c0..edd09759 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.2.1/src/commands/org/list/limits.ts)_ +_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.3.0/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.2.1/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.0/src/commands/org/list/sobject/record-counts.ts)_ diff --git a/package.json b/package.json index bd23e9a9..ec39be2f 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.2.1", + "version": "3.3.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {