From 024530c2ac27f3097f4edb075ccb1cc3b14cabf4 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 5 Mar 2024 22:27:40 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e173db8..3ab5263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.2.0](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.1.1...1.2.0) (2024-03-05) + + +### Features + +* publish npm-shrinkwrap.json ([#161](https://github.com/salesforce/sfdx-plugin-lwc-test/issues/161)) ([99734c1](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/99734c1f9b0668c131297fe596c6a0588b2e51e0)) + + + ## [1.1.1](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.1.0...1.1.1) (2023-10-24) diff --git a/package.json b/package.json index 3ed4725..fe7d9a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/sfdx-plugin-lwc-test", "description": "Tools for unit testing Lightning web components in a Salesforce DX workspace", - "version": "1.1.1", + "version": "1.2.0", "main": "lib/index.js", "dependencies": { "@oclif/core": "^1.16.0",