Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Sep 11, 2023
1 parent db0d88e commit 25487ff
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 25487ff

Please sign in to comment.