Skip to content

Commit

Permalink
chore(release): 1.1.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Feb 9, 2021
1 parent a29eed0 commit 7ff1637
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [1.1.0](https://github.com/salesforcecli/plugin-user/compare/v1.0.14...v1.1.0) (2021-02-09)


### Features

* casing for booleans as string, undefined ([c477a62](https://github.com/salesforcecli/plugin-user/commit/c477a6213add2af8f43d94df381850c1be113747))


### Bug Fixes

* also handle nulls ([502a691](https://github.com/salesforcecli/plugin-user/commit/502a69176b9a9c1e791c84b8eda5a963a1a37ec7))
* handle undefined and empty ([892535f](https://github.com/salesforcecli/plugin-user/commit/892535fcd7e4b675ced62332c6882f527ece3487))
* more casing issues ([8b3a6f9](https://github.com/salesforcecli/plugin-user/commit/8b3a6f90b15f0330a6b37dbef1fcf81a59eaaa50))
* user:create matches smoke test json ([b8f9380](https://github.com/salesforcecli/plugin-user/commit/b8f938090f492fa70172aee2af4ad328c70f4c8f))

### [1.0.14](https://github.com/salesforcecli/plugin-user/compare/v1.0.13...v1.0.14) (2021-02-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-user",
"description": "Commands to interact with Users and Permission Sets",
"version": "1.0.14",
"version": "1.1.0",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 7ff1637

Please sign in to comment.