Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.3...v2.0.0) (2019-06-17)

### Bug Fixes

* πŸ› prevent auth files from being accidentally overwritten ([06d96fc](06d96fc)), closes [PR#114](https://github.com/PR/issues/114)
* add clientId to jwt fields ([8a7c040](8a7c040))
* force version bump to test ci-docs on release ([ecb6a66](ecb6a66))

### BREAKING CHANGES

* 🧨 some commands that call getCoreConnection with auth options and a
username will now throw an error.
  • Loading branch information
semantic-release-bot committed Jun 17, 2019
1 parent bd6bdb9 commit e21a428
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.0.0](https://github.com/forcedotcom/sfdx-core/compare/v1.3.3...v2.0.0) (2019-06-17)


### Bug Fixes

* πŸ› prevent auth files from being accidentally overwritten ([06d96fc](https://github.com/forcedotcom/sfdx-core/commit/06d96fc)), closes [PR#114](https://github.com/PR/issues/114)
* add clientId to jwt fields ([8a7c040](https://github.com/forcedotcom/sfdx-core/commit/8a7c040))
* force version bump to test ci-docs on release ([ecb6a66](https://github.com/forcedotcom/sfdx-core/commit/ecb6a66))


### BREAKING CHANGES

* 🧨 some commands that call getCoreConnection with auth options and a
username will now throw an error.

## [1.3.4](https://github.com/forcedotcom/sfdx-core/compare/v1.3.3...v1.3.4) (2019-05-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": "1.3.4",
"version": "2.0.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 e21a428

Please sign in to comment.