diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..43f718b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,50 @@ +# [1.1.0](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.0.2...1.1.0) (2023-09-11) + + +### Features + +* use oclif.lock ([#134](https://github.com/salesforce/sfdx-plugin-lwc-test/issues/134)) ([db0d88e](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/db0d88ecf34bdc106255db12417b15cdae86ef71)) + + + +## [1.0.2](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.0.2-beta.1...1.0.2) (2023-04-17) + + + +## [1.0.2-beta.1](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/v1.0.1...1.0.2-beta.1) (2023-04-17) + + +### Bug Fixes + +* add gha so plugin can be signed ([ca8cccf](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/ca8cccf8c8976f909c0147202bb11419306abcb6)) +* prerelease ([9b78a22](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/9b78a22599d1e06f3ff7413c245db934275627c4)) +* test plugin-signing ([4f8a6fd](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/4f8a6fd48b244a9a374de61b6762705cff3f2970)) + + + +## [1.0.1](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/v1.0.0...v1.0.1) (2022-09-01) + + + +# [1.0.0](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/v0.1.0...v1.0.0) (2022-06-30) + + +### Bug Fixes + +* remove .html file validation ([#39](https://github.com/salesforce/sfdx-plugin-lwc-test/issues/39)) ([ba85d46](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/ba85d468ec00ff113d5ff711fbf7d84e6b8beda5)) +* reverting oclif updates ([47606e9](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/47606e9f7055baeaef78d1e816c83503d12a4f88)) +* upgrade @oclif/command from 1.8.0 to 1.8.7 ([#43](https://github.com/salesforce/sfdx-plugin-lwc-test/issues/43)) ([387553c](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/387553c6719073dfde22147efb52751730245dfc)) +* upgrade @oclif/config from 1.17.0 to 1.18.1 ([#44](https://github.com/salesforce/sfdx-plugin-lwc-test/issues/44)) ([d8dbe6a](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/d8dbe6a922fcaf2c9b77a66f0b12b305f17d0a06)) +* upgrade signal-exit from 3.0.3 to 3.0.6 ([#45](https://github.com/salesforce/sfdx-plugin-lwc-test/issues/45)) ([fb98393](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/fb98393d9c2ec70c84805cbd658ae87394ada9ae)) + + +### Features + +* update dependencies ([#34](https://github.com/salesforce/sfdx-plugin-lwc-test/issues/34)) ([4b28d57](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/4b28d5788256895eddf3f8c2bfe141fd3948451b)) + + + +# 0.1.0 (2019-08-07) + + + diff --git a/package.json b/package.json index 4cf9bf0..b8438a4 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.0.2", + "version": "1.1.0", "main": "lib/index.js", "dependencies": { "@oclif/core": "^1.16.0",