Skip to content

Commit d5e377d

Browse files
committed
update readme
1 parent 4eaf3a2 commit d5e377d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to the "dx-code-companion" extension will be documented in this file.
33

4+
### 0.4.7
5+
6+
1. Update npm libraries to latest.
7+
48
### 0.4.6
59

610
1.Update npm libraries to latest.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This vscode extension works only once you have installed Salesforce CLI and a mo
2020

2121
1. Install SalesforceDX CLI from https://developer.salesforce.com/tools/sfdxcli based on your operating system.
2222
2. Install mo-dx-plugin using the command `sfdx plugins:install mo-dx-plugin`.Note if you have already then make sure to update to latest always using `sfdx plugins:update`
23-
3. VScode version 1.29 and beyond
23+
3. VScode version 1.36 and beyond
2424
4. Salesforce official plugin provides great syntax and language support.Highly recommend to install (https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode)
2525
5. You have project workspace set up and have sfdx-project.json file in the root folder and you have ran sfdx force:auth:web:login for project folder and authorized your org with Salesforce CLI.
2626
6. Extension activation is shown in footer with a rocket symbol. Once extension is active authorize the project if you havent and enjoy faster deploys
@@ -111,6 +111,10 @@ To open command pallete and look for all CCDX Commands use below .
111111

112112
# Release Notes
113113

114+
### 0.4.7
115+
1.Update npm libraries to latest. Fixes Security Vulnerabilities
116+
2.Update mo-dx-plugins using sfdx plugins:update to get latest CLI plugin extension that powers this extension
117+
114118
### 0.4.6
115119
1.Update npm libraries to latest. Fixes Security Vulnerabilities
116120

0 commit comments

Comments
 (0)