Skip to content

Commit 922b589

Browse files
committed
chore(release): 1.2.1 [skip ci]
1 parent 6dd503c commit 922b589

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.2.1](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.2.0...1.2.1) (2024-10-04)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
8+
9+
110
# [1.2.0](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.1.1...1.2.0) (2024-03-05)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/sfdx-plugin-lwc-test",
33
"description": "Tools for unit testing Lightning web components in a Salesforce DX workspace",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"main": "lib/index.js",
66
"dependencies": {
77
"@oclif/core": "^1.16.0",

0 commit comments

Comments
 (0)