Skip to content

Commit

Permalink
chore(release): 0.2.36 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Sep 13, 2021
1 parent 107e474 commit 092112c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

### [0.2.36](https://github.com/salesforcecli/plugin-functions/compare/v0.2.35...v0.2.36) (2021-09-13)

### Bug Fixes

- add json flag to whoami:functions ([#197](https://github.com/salesforcecli/plugin-functions/issues/197)) ([107e474](https://github.com/salesforcecli/plugin-functions/commit/107e47425f698857f9b4405a8022358b714b3217))

### [0.2.35](https://github.com/salesforcecli/plugin-functions/compare/v0.2.34...v0.2.35) (2021-09-11)

### Features
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,10 @@ Show information on your account.

```
USAGE
$ sf whoami functions
$ sf whoami functions [-j]
FLAGS
-j, --json Output list in JSON format.
DESCRIPTION
Show information on your account.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-functions",
"description": "Functions plugin for the SF CLI",
"version": "0.2.35",
"version": "0.2.36",
"author": "[email protected]",
"bin": {
"functions": "./bin/run"
Expand Down

0 comments on commit 092112c

Please sign in to comment.