From 36de8c3927d87269f6a1b053f1a585e66d2a8140 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 6 Jul 2023 14:36:03 -0700 Subject: [PATCH] docs: add info about versions to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba9b0bd..d9ac0b4 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ yarn add -D @salesforce/sfdx-lwc-jest@spring22 The npm `latest` tag corresponds to the latest version of this repo, not necessarily Salesforce production versions. +To see a full list of available versions, and the tag that maps to the corresponding Salesforce release, see [the list of `npm` package versions](https://www.npmjs.com/package/@salesforce/sfdx-lwc-jest?activeTab=versions). + ## Invalid sourceApiVersion found in sfdx-project.json If you see this error while running tests in your Salesforce DX project, it most likely means you are using the incorrect version of this project.