Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0](v2.0.1...v2.1.0) (2019-07-16)

### Bug Fixes

* update secureBuffer cipherName ([b55fcde](b55fcde))
* update secureBuffer cipherName ([8e66a0c](8e66a0c))
* use empty string for client secret when client secret is undefined ([9513551](9513551))

### Features

* add config file for sandbox ([db2026e](db2026e))
* do not throw error on org.remove if sandbox config doesn't exist ([3912993](3912993))
  • Loading branch information
semantic-release-bot committed Jul 16, 2019
1 parent 5e156c0 commit dc7b5b6
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
@@ -1,3 +1,18 @@
# [2.1.0](https://github.com/forcedotcom/sfdx-core/compare/v2.0.1...v2.1.0) (2019-07-16)


### Bug Fixes

* update secureBuffer cipherName ([b55fcde](https://github.com/forcedotcom/sfdx-core/commit/b55fcde))
* update secureBuffer cipherName ([8e66a0c](https://github.com/forcedotcom/sfdx-core/commit/8e66a0c))
* use empty string for client secret when client secret is undefined ([9513551](https://github.com/forcedotcom/sfdx-core/commit/9513551))


### Features

* add config file for sandbox ([db2026e](https://github.com/forcedotcom/sfdx-core/commit/db2026e))
* do not throw error on org.remove if sandbox config doesn't exist ([3912993](https://github.com/forcedotcom/sfdx-core/commit/3912993))

## [2.0.1](https://github.com/forcedotcom/sfdx-core/compare/v2.0.0...v2.0.1) (2019-07-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/core",
"version": "2.0.1",
"version": "2.1.0",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/exported",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit dc7b5b6

Please sign in to comment.