diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d1b380..915378c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.0.6](https://github.com/salesforcecli/plugin-limits/compare/v1.0.5...v1.0.6) (2021-04-13) + + +### Bug Fixes + +* update help for force:limit:api:display ([86f3f51](https://github.com/salesforcecli/plugin-limits/commit/86f3f519e91fff81e5a1478a0c963e8ce011ce0d)) + ### [1.0.5](https://github.com/salesforcecli/plugin-limits/compare/v1.0.4...v1.0.5) (2021-04-01) diff --git a/README.md b/README.md index 651ae285..c39871ab 100644 --- a/README.md +++ b/README.md @@ -91,10 +91,13 @@ OPTIONS --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for this command invocation +DESCRIPTION + When you execute this command in a project, it provides limit information for your default scratch org. + EXAMPLES sfdx force:limits:api:display sfdx force:limits:api:display -u me@my.org ``` -_See code: [src/commands/force/limits/api/display.ts](https://github.com/salesforcecli/plugin-limits/blob/v1.0.4/src/commands/force/limits/api/display.ts)_ +_See code: [src/commands/force/limits/api/display.ts](https://github.com/salesforcecli/plugin-limits/blob/v1.0.5/src/commands/force/limits/api/display.ts)_ diff --git a/package.json b/package.json index 18400ba9..0ba06ee8 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": "1.0.5", + "version": "1.0.6", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {