diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5d5033..cd45025c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.6](https://github.com/salesforcecli/plugin-user/compare/2.3.5...2.3.6) (2023-03-31) + + +### Bug Fixes + +* fix examples ([481ec50](https://github.com/salesforcecli/plugin-user/commit/481ec50a34da691e231a95163d32a88559bd671e)) + + + ## [2.3.5](https://github.com/salesforcecli/plugin-user/compare/2.3.4...2.3.5) (2023-03-16) diff --git a/package.json b/package.json index 29b0e25e..a0fd93e6 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.5", + "version": "2.3.6", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues", @@ -241,4 +241,4 @@ "output": [] } } -} +} \ No newline at end of file