Skip to content

Commit 25487ff

Browse files
committed
chore(release): 1.1.0 [skip ci]
1 parent db0d88e commit 25487ff

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# [1.1.0](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.0.2...1.1.0) (2023-09-11)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
10+
## [1.0.2](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/1.0.2-beta.1...1.0.2) (2023-04-17)
11+
12+
13+
14+
## [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)
15+
16+
17+
### Bug Fixes
18+
19+
* add gha so plugin can be signed ([ca8cccf](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/ca8cccf8c8976f909c0147202bb11419306abcb6))
20+
* prerelease ([9b78a22](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/9b78a22599d1e06f3ff7413c245db934275627c4))
21+
* test plugin-signing ([4f8a6fd](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/4f8a6fd48b244a9a374de61b6762705cff3f2970))
22+
23+
24+
25+
## [1.0.1](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/v1.0.0...v1.0.1) (2022-09-01)
26+
27+
28+
29+
# [1.0.0](https://github.com/salesforce/sfdx-plugin-lwc-test/compare/v0.1.0...v1.0.0) (2022-06-30)
30+
31+
32+
### Bug Fixes
33+
34+
* 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))
35+
* reverting oclif updates ([47606e9](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/47606e9f7055baeaef78d1e816c83503d12a4f88))
36+
* 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))
37+
* 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))
38+
* 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))
39+
40+
41+
### Features
42+
43+
* update dependencies ([#34](https://github.com/salesforce/sfdx-plugin-lwc-test/issues/34)) ([4b28d57](https://github.com/salesforce/sfdx-plugin-lwc-test/commit/4b28d5788256895eddf3f8c2bfe141fd3948451b))
44+
45+
46+
47+
# 0.1.0 (2019-08-07)
48+
49+
50+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/sfdx-plugin-lwc-test",
33
"description": "Tools for unit testing Lightning web components in a Salesforce DX workspace",
4-
"version": "1.0.2",
4+
"version": "1.1.0",
55
"main": "lib/index.js",
66
"dependencies": {
77
"@oclif/core": "^1.16.0",

0 commit comments

Comments
 (0)