From 3ceb5410c35b5ebcbf61f2041a7d9a969acd28d4 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 23 Oct 2024 06:34:44 +0000 Subject: [PATCH] chore(release): 2.1.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 7fccce2..94138c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.1.1](https://github.com/salesforcecli/plugin-lightning-dev/compare/2.1.0...2.1.1) (2024-10-23) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.21 to 4.0.30 ([#215](https://github.com/salesforcecli/plugin-lightning-dev/issues/215)) ([69af1d4](https://github.com/salesforcecli/plugin-lightning-dev/commit/69af1d453c124b4a64fdd65be8ce70b4f016b9d3)) + # [2.1.0](https://github.com/salesforcecli/plugin-lightning-dev/compare/2.0.1...2.1.0) (2024-10-23) ### Features diff --git a/README.md b/README.md index 7ac29b4..2caf01e 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.1.0/src/commands/lightning/dev/app.ts)_ +_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.1.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.1.0/src/commands/lightning/dev/site.ts)_ +_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/2.1.1/src/commands/lightning/dev/site.ts)_ diff --git a/package.json b/package.json index aa80fa7..f5616d4 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.1.0", + "version": "2.1.1", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {