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",