From 7c8d5e510b6909ee38ed155b9e6bcc09d6ebddd8 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 16 Oct 2024 16:06:18 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459f239..a8fd97c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/2.0.0...2.0.1) (2024-10-16) + +### Bug Fixes + +- add runs-on property to release workflow @W-16974485@ ([#204](https://github.com/salesforcecli/plugin-lightning-dev/issues/204)) ([9c34a2f](https://github.com/salesforcecli/plugin-lightning-dev/commit/9c34a2f80164aca498d702d5e8bb06cb1b87da49)) + # [2.0.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/1.9.0...2.0.0) (2024-10-15) - feat!: 254 code line cut over, main now tracks 254(spring25) codeline @W-16974485@ (#203) ([20994b9](https://github.com/salesforcecli/plugin-lightning-dev/commit/20994b90f23635e43cb780a3d359ca1fb3b688dd)), closes [#203](https://github.com/salesforcecli/plugin-lightning-dev/issues/203) diff --git a/README.md b/README.md index e7592cf..969bad5 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.0.0/src/commands/lightning/dev/app.ts)_ +_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.0.1/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.0.0/src/commands/lightning/dev/site.ts)_ +_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.0.1/src/commands/lightning/dev/site.ts)_ diff --git a/package.json b/package.json index f2d8f13..0ea5f87 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.0.0", + "version": "2.0.1", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {