From 922b58961b08358a320412e47cc18f23de8d752f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Fri, 4 Oct 2024 20:24:03 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab5263..632e15e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.1](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.2.0...1.2.1) (2024-10-04) + + +### Bug Fixes + +* set exit code based on executed command ([#193](https://github.com/salesforce/sfdx-plugin-lwc-test/issues/193)) ([6dd503c](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/6dd503c6f25bd53fbaa12a0023be226c8dae1124)) + + + # [1.2.0](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.1.1...1.2.0) (2024-03-05) diff --git a/package.json b/package.json index fe7d9a2..8cddf01 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.2.0", + "version": "1.2.1", "main": "lib/index.js", "dependencies": { "@oclif/core": "^1.16.0",