Skip to content

Commit

Permalink
Bump to version 0.12.14
Browse files Browse the repository at this point in the history
Fix issues with travis yaml for sonarcloud
  • Loading branch information
Codeneos committed Mar 26, 2020
1 parent 304bdc6 commit d76c900
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog Vlocity Salesforce Integration for VSCode

## [0.12.14] - 2019-03-26
- Fix lookup datapac keys typo.
- Fix sonar cloud token error in travis config.

## [0.12.13] - 2019-02-19
- Fix refresh datapack error
- More logging for Salesforce deployments
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vlocode",
"displayName": "Salesforce Vlocity Integration",
"description": "Salesforce and Vlocity development and deployment extension for VSCode",
"version": "0.12.13",
"version": "0.12.14",
"license": "MIT",
"icon": "resources/icon.png",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions src/metadataTypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,8 @@ ApprovalProcess:
fileExtensions:
- ".approvalProcess"
packageFolder: approvalProcesses
EntitlementProcess:
fileExtensions:
- ".entitlementProcess"
packageFolder: entitlementProcesses

0 comments on commit d76c900

Please sign in to comment.