We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30bff5b commit b863fd0Copy full SHA for b863fd0
CHANGELOG.md
@@ -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
10
# [1.1.0](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.0.2...1.1.0) (2023-09-11)
11
12
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.0",
+ "version": "1.1.1",
"main": "lib/index.js",
"dependencies": {
"@oclif/core": "^1.16.0",
0 commit comments