From b863fd08988d6cb0ff3d81104379558945297bd5 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 24 Oct 2023 21:59:06 +0000 Subject: [PATCH] chore(release): 1.1.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 43f718b..e173db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.1.1](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.1.0...1.1.1) (2023-10-24) + + +### Bug Fixes + +* 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)) + + + # [1.1.0](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.0.2...1.1.0) (2023-09-11) diff --git a/package.json b/package.json index efa99b0..46ba3b1 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.0", + "version": "1.1.1", "main": "lib/index.js", "dependencies": { "@oclif/core": "^1.16.0",