Skip to content

v4.0.0

Compare
Choose a tag to compare
@nolanlawson nolanlawson released this 08 Jun 19:34
· 38 commits to master since this release
04795a5

Breaking changes:

  • chore(package): update lwc- and eslint-related deps (#42) (1fec199)

To update to wire-service-jest-util v4.0.0, you will need to update your dependency from the deprecated @lwc/engine to @lwc/engine-dom v2+.

For example, you can run:

npm remove @lwc/engine --save
npm install @lwc/engine-dom@^2 --save

All changes in this release