diff --git a/CHANGELOG.md b/CHANGELOG.md index e8290cf..1aabb8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.6.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.5.0...1.6.0) (2024-10-02) + +### Features + +- add lwc dev server telemetry ([#148](https://github.com/salesforcecli/plugin-lightning-dev/issues/148)) ([33d09a3](https://github.com/salesforcecli/plugin-lightning-dev/commit/33d09a311560a1b7597f80001bff995661896643)) + # [1.5.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.4.0...1.5.0) (2024-10-01) ### Features diff --git a/README.md b/README.md index fe1d50a..db10e30 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ EXAMPLES $ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max" ``` -_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/1.5.0/src/commands/lightning/dev/app.ts)_ +_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/1.6.0/src/commands/lightning/dev/app.ts)_ ## `sf lightning dev site` @@ -244,6 +244,6 @@ EXAMPLES $ sf lightning dev site --name "Partner Central" --target-org myOrg ``` -_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/1.5.0/src/commands/lightning/dev/site.ts)_ +_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/1.6.0/src/commands/lightning/dev/site.ts)_ diff --git a/package.json b/package.json index 479d91d..328d218 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-lightning-dev", "description": "Lightning development tools for LEX, Mobile, and Experience Sites", - "version": "1.5.0", + "version": "1.6.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {