From ee6a0f5add859512b1ec87bb2e20a0586255f6fe Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 7 Apr 2023 19:40:26 +0000 Subject: [PATCH] chore(release): 2.3.8 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29075cf..fe663732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.8](https://github.com/salesforcecli/plugin-user/compare/2.3.7...2.3.8) (2023-04-07) + + +### Bug Fixes + +* update package.json for correct help and command ref ([b981fdc](https://github.com/salesforcecli/plugin-user/commit/b981fdc7cb16af5ff748565cf98a7e5f65780c44)) + + + ## [2.3.7](https://github.com/salesforcecli/plugin-user/compare/2.3.6...2.3.7) (2023-04-02) diff --git a/package.json b/package.json index f12176ca..5f0719f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-user", "description": "Commands to interact with Users and Permission Sets", - "version": "2.3.7", + "version": "2.3.8", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues", @@ -241,4 +241,4 @@ "output": [] } } -} +} \ No newline at end of file