Skip to content

Commit

Permalink
chore: v1.4.0 release for summer23 codeline (#309)
Browse files Browse the repository at this point in the history
* chore: set API version to 58.0

* 1.4.0
  • Loading branch information
ravijayaramappa authored Mar 30, 2023
1 parent db45dbd commit f6c1209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/sfdx-lwc-jest",
"version": "1.3.0",
"version": "1.4.0",
"description": "Run Jest against LWC components in a Salesforce DX workspace environment",
"main": "src/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ const jestConfig = {
snapshotSerializers: [require.resolve('@lwc/jest-serializer')],
};

const expectedApiVersion = '57.0';
const expectedApiVersion = '58.0';

module.exports = { jestConfig, expectedApiVersion };

0 comments on commit f6c1209

Please sign in to comment.