Skip to content

Commit f6c1209

Browse files
chore: v1.4.0 release for summer23 codeline (#309)
* chore: set API version to 58.0 * 1.4.0
1 parent db45dbd commit f6c1209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/sfdx-lwc-jest",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Run Jest against LWC components in a Salesforce DX workspace environment",
55
"main": "src/index.js",
66
"license": "MIT",

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ const jestConfig = {
3535
snapshotSerializers: [require.resolve('@lwc/jest-serializer')],
3636
};
3737

38-
const expectedApiVersion = '57.0';
38+
const expectedApiVersion = '58.0';
3939

4040
module.exports = { jestConfig, expectedApiVersion };

0 commit comments

Comments
 (0)