Skip to content

Commit f73b5a8

Browse files
authored
chore: release v5.0.0 (#356)
1 parent be42f2b commit f73b5a8

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": "4.0.1",
3+
"version": "5.0.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
@@ -44,6 +44,6 @@ const jestConfig = {
4444
snapshotSerializers: [require.resolve('@lwc/jest-serializer')],
4545
};
4646

47-
const expectedApiVersion = '60.0';
47+
const expectedApiVersion = '61.0';
4848

4949
module.exports = { jestConfig, expectedApiVersion };

0 commit comments

Comments
 (0)