Skip to content

Commit b863fd0

Browse files
committed
chore(release): 1.1.1 [skip ci]
1 parent 30bff5b commit b863fd0

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.1.1](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.1.0...1.1.1) (2023-10-24)
2+
3+
4+
### Bug Fixes
5+
6+
* bump jsdocs to allow node 20 ([#142](https://github.com/salesforce/sfdx-plugin-lwc-test/issues/142)) ([30bff5b](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/30bff5b9d09cbaddf4cdbdd77b45f32865d383c0))
7+
8+
9+
110
# [1.1.0](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.0.2...1.1.0) (2023-09-11)
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.1.0",
4+
"version": "1.1.1",
55
"main": "lib/index.js",
66
"dependencies": {
77
"@oclif/core": "^1.16.0",

0 commit comments

Comments
 (0)