diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c61b3f..f6198c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [2.3.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/2.2.3...2.3.0) (2024-11-19) + +### Features + +- add setup / port env variables ([#257](https://github.com/salesforcecli/plugin-lightning-dev/issues/257)) ([b753b42](https://github.com/salesforcecli/plugin-lightning-dev/commit/b753b4289148c937ba6a12db54c27c243705d3c4)) + ## [2.2.3](https://github.com/salesforcecli/plugin-lightning-dev/compare/2.2.2...2.2.3) (2024-11-06) ### Bug Fixes diff --git a/README.md b/README.md index cddfa16..e675afa 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/2.2.3/src/commands/lightning/dev/app.ts)_ +_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.3.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/2.2.3/src/commands/lightning/dev/site.ts)_ +_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.3.0/src/commands/lightning/dev/site.ts)_ diff --git a/package.json b/package.json index bdcfb9c..a6a6628 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": "2.2.3", + "version": "2.3.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {