Skip to content

Commit ae0b5bf

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.1 [ci skip]
1 parent e2de9fe commit ae0b5bf

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.1](https://github.com/salesforcecli/plugin-limits/compare/v2.0.0...v2.0.1) (2022-05-20)
6+
7+
### Bug Fixes
8+
9+
- add prompt to examples ([e7c575f](https://github.com/salesforcecli/plugin-limits/commit/e7c575f6ba3504032a82ae60a978987522d7c10f))
10+
- add prompt to examples ([b58d728](https://github.com/salesforcecli/plugin-limits/commit/b58d72884976e734a22d4bf00f7f71438cbd9671))
11+
512
## [2.0.0](https://github.com/salesforcecli/plugin-limits/compare/v1.3.0...v2.0.0) (2022-04-01)
613

714
### Features

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ DESCRIPTION
9898
When you execute this command in a project, it provides limit information for your default scratch org.
9999
100100
EXAMPLES
101-
sfdx force:limits:api:display
102-
sfdx force:limits:api:display -u [email protected]
101+
$ sfdx force:limits:api:display
102+
$ sfdx force:limits:api:display -u [email protected]
103103
```
104104

105105
_See code: [src/commands/force/limits/api/display.ts](https://github.com/salesforcecli/plugin-limits/blob/v2.0.0/src/commands/force/limits/api/display.ts)_
@@ -136,9 +136,9 @@ DESCRIPTION
136136
record counts, run the command without the '--sobjecttype' parameter.
137137
138138
EXAMPLES
139-
sfdx force:limits:recordcounts:display
140-
sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity
141-
sfdx force:limits:recordcounts:display -s Account,Contact -u [email protected]
139+
$ sfdx force:limits:recordcounts:display
140+
$ sfdx force:limits:recordcounts:display -s Account,Contact,Lead,Opportunity
141+
$ sfdx force:limits:recordcounts:display -s Account,Contact -u [email protected]
142142
```
143143

144144
_See code: [src/commands/force/limits/recordcounts/display.ts](https://github.com/salesforcecli/plugin-limits/blob/v2.0.0/src/commands/force/limits/recordcounts/display.ts)_

package.json

Lines changed: 2 additions & 2 deletions
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": "2.0.0",
4+
"version": "2.0.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
@@ -50,7 +50,7 @@
5050
}
5151
},
5252
"engines": {
53-
"node": ">=12.0.0"
53+
"node": ">=14.0.0"
5454
},
5555
"files": [
5656
"/lib",

0 commit comments

Comments
 (0)