Skip to content

Commit 3e04ccc

Browse files
author
SF-CLI-BOT
committed
chore(release): 1.1.4 [ci skip]
1 parent 91c78cc commit 3e04ccc

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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+
### [1.1.4](https://github.com/salesforcecli/plugin-info/compare/v1.1.3...v1.1.4) (2021-12-07)
6+
7+
### Bug Fixes
8+
9+
- update help message to make the CLI Command Ref work ([268a7b5](https://github.com/salesforcecli/plugin-info/commit/268a7b551fd05d3358691e98cb04ad70df2cef95))
10+
511
### [1.1.3](https://github.com/salesforcecli/plugin-info/compare/v1.1.2...v1.1.3) (2021-12-07)
612

713
### Bug Fixes

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,12 @@ ALIASES
102102
EXAMPLES
103103
Display release notes for the currently installed CLI version:
104104
sfdx info:releasenotes:display
105-
106105
Display release notes for CLI version 7.120.0:
107106
sfdx info:releasenotes:display --version 7.120.0
108-
109107
Display release notes for the CLI version that corresponds to a tag (stable, stable-rc, latest, latest-rc, rc):
110108
sfdx info:releasenotes:display --version latest
111109
```
112110

113-
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/v1.1.2/src/commands/info/releasenotes/display.ts)_
111+
_See code: [src/commands/info/releasenotes/display.ts](https://github.com/salesforcecli/plugin-info/blob/v1.1.3/src/commands/info/releasenotes/display.ts)_
114112

115113
<!-- commandsstop -->

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-info",
33
"description": "Plugin for accessing cli info from the command line",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)