Skip to content

Commit

Permalink
chore: release v5.0.0 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanlawson authored Apr 9, 2024
1 parent be42f2b commit f73b5a8
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": "4.0.1",
"version": "5.0.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 @@ -44,6 +44,6 @@ const jestConfig = {
snapshotSerializers: [require.resolve('@lwc/jest-serializer')],
};

const expectedApiVersion = '60.0';
const expectedApiVersion = '61.0';

module.exports = { jestConfig, expectedApiVersion };

0 comments on commit f73b5a8

Please sign in to comment.