From 8b84c4b924df5e0c839e4927a01900a366448ca5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 16 May 2023 02:46:37 +0000 Subject: [PATCH] chore(release): 2.3.13 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9f1df8d..8116497b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.13](https://github.com/salesforcecli/plugin-user/compare/2.3.12...2.3.13) (2023-05-16) + + +### Bug Fixes + +* **deps:** bump vm2 from 3.9.17 to 3.9.18 ([14c6716](https://github.com/salesforcecli/plugin-user/commit/14c671661f5f6fa24e7822c5bad83ab24e59858b)) + + + ## [2.3.12](https://github.com/salesforcecli/plugin-user/compare/2.3.11...2.3.12) (2023-05-15) diff --git a/package.json b/package.json index 9c04bd9c..5fdc309d 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.12", + "version": "2.3.13", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",