Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.3](v1.2.2...v1.2.3) (2019-03-18)

### Bug Fixes

* @W-5907580@ respect code if it exist ([5263fe2](5263fe2))
* do not let name and code get out-of-date is name is set ([3e5914e](3e5914e))
* security update and patch to allow colons in filepaths for windows ([a385b40](a385b40))
* use name by default for code ([c5283d3](c5283d3))
  • Loading branch information
semantic-release-bot committed Mar 18, 2019
1 parent 09608fd commit 8a6fc47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.2.3](https://github.com/forcedotcom/sfdx-core/compare/v1.2.2...v1.2.3) (2019-03-18)


### Bug Fixes

* @W-5907580@ respect code if it exist ([5263fe2](https://github.com/forcedotcom/sfdx-core/commit/5263fe2))
* do not let name and code get out-of-date is name is set ([3e5914e](https://github.com/forcedotcom/sfdx-core/commit/3e5914e))
* security update and patch to allow colons in filepaths for windows ([a385b40](https://github.com/forcedotcom/sfdx-core/commit/a385b40))
* use name by default for code ([c5283d3](https://github.com/forcedotcom/sfdx-core/commit/c5283d3))

## [1.2.2](https://github.com/forcedotcom/sfdx-core/compare/v1.2.1...v1.2.2) (2019-02-11)


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.2.2",
"version": "1.2.3",
"description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
"main": "lib/exported",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 8a6fc47

Please sign in to comment.