diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fcc58855..033cbc04b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.1](https://github.com/forcedotcom/sfdx-core/compare/v1.3.0...v1.3.1) (2019-03-25) + + +### Bug Fixes + +* prevent auth files from being inadvertently overwritten ([45195c1](https://github.com/forcedotcom/sfdx-core/commit/45195c1)) +* update test and don't throw when auth file not found ([75af396](https://github.com/forcedotcom/sfdx-core/commit/75af396)) + # [1.3.0](https://github.com/forcedotcom/sfdx-core/compare/v1.2.3...v1.3.0) (2019-03-19) diff --git a/package.json b/package.json index 55fa65594c..ae36f8759c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/core", - "version": "1.3.0", + "version": "1.3.1", "description": "Core libraries to interact with SFDX projects, orgs, and APIs.", "main": "lib/exported", "license": "BSD-3-Clause",