From 3de269fcb3c1a2c6074f37cd04f32420ad835d58 Mon Sep 17 00:00:00 2001 From: k-capehart Date: Fri, 17 May 2024 14:14:11 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] --- CHANGELOG.md | 5 +++++ README.md | 14 ++++++++++---- package.json | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bef25ec --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## 1.0.1 (2024-05-17) + +### Bug Fixes + +- **deps:** bump @babel/traverse from 7.19.1 to 7.24.5 ([2d967be](https://github.com/k-capehart/kc-sf-plugin/commit/2d967be5c615ba15e1be2b96e6135bdbf7a92bb9)) diff --git a/README.md b/README.md index 8e8ae77..ff33a51 100644 --- a/README.md +++ b/README.md @@ -115,20 +115,21 @@ sf plugins ## `sf hello world` -Say hello either to the world or someone you know. +Say hello. ``` USAGE - $ sf hello world [--json] [-n ] + $ sf hello world [--json] [--flags-dir ] [-n ] FLAGS -n, --name= [default: World] The name of the person you'd like to say hello to. GLOBAL FLAGS - --json Format output as json. + --flags-dir= Import flag values from a directory. + --json Format output as json. DESCRIPTION - Say hello either to the world or someone you know. + Say hello. Say hello either to the world or someone you know. @@ -140,6 +141,11 @@ EXAMPLES Say hello to someone you know: $ sf hello world --name Astro + +FLAG DESCRIPTIONS + -n, --name= The name of the person you'd like to say hello to. + + This person can be anyone in the world! ``` diff --git a/package.json b/package.json index ff9164a..8909537 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kc-sf-plugin", "description": "Various commands for enabling salesforce development with the sf cli", - "version": "1.0.0", + "version": "1.0.1", "dependencies": { "@oclif/core": "^3.26.2", "@salesforce/core": "^7.2.0",