From 092112c656ace1746492310aedae855e7b93ee47 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Mon, 13 Sep 2021 18:32:02 +0000 Subject: [PATCH] chore(release): 0.2.36 [ci skip] --- CHANGELOG.md | 6 ++++++ README.md | 5 ++++- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 747de977..d7831c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index f2a6df09..ae917323 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 7cc212c4..99482f73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-functions", "description": "Functions plugin for the SF CLI", - "version": "0.2.35", + "version": "0.2.36", "author": "heroku-front-end@salesforce.com", "bin": { "functions": "./bin/run"