From 9b03d1bd9567489c81b7a2400e9d55efa828efcd Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 2 Jan 2024 23:00:14 +0000 Subject: [PATCH] chore(release): 3.1.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 14212bf2..b6444217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.1.0](https://github.com/salesforcecli/plugin-limits/compare/3.0.11...3.1.0) (2024-01-02) + +### Features + +- deprecateAliases ([a37ee0c](https://github.com/salesforcecli/plugin-limits/commit/a37ee0cda8ae7ba3eb096da5be99e5ae950f0a5a)) + ## [3.0.11](https://github.com/salesforcecli/plugin-limits/compare/3.0.10...3.0.11) (2023-12-24) ### Bug Fixes diff --git a/README.md b/README.md index 1c506d80..571894fe 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,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.0.11/src/commands/org/list/limits.ts)_ +_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.1.0/src/commands/org/list/limits.ts)_ ## `sf org list sobject record-counts` @@ -155,6 +155,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.0.11/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.1.0/src/commands/org/list/sobject/record-counts.ts)_ diff --git a/package.json b/package.json index ccbc2c5e..b189086b 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.0.11", + "version": "3.1.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {