Skip to content

Commit 22383e2

Browse files
committed
chore(release): 6.2.14 [skip ci]
1 parent ebba750 commit 22383e2

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [6.2.14](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.13...6.2.14) (2026-02-28)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump koa from 3.1.1 to 3.1.2 ([#637](https://github.com/salesforcecli/plugin-lightning-dev/issues/637)) ([ebba750](https://github.com/salesforcecli/plugin-lightning-dev/commit/ebba750873a919da18f52185d22b5c84f3905f05))
6+
17
## [6.2.13](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.12...6.2.13) (2026-02-27)
28

39
## [6.2.12](https://github.com/salesforcecli/plugin-lightning-dev/compare/6.2.11...6.2.12) (2026-02-22)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ EXAMPLES
250250
$ sf lightning dev app --target-org myOrg --device-type ios --device-id "iPhone 15 Pro Max"
251251
```
252252

253-
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.13/src/commands/lightning/dev/app.ts)_
253+
_See code: [src/commands/lightning/dev/app.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.14/src/commands/lightning/dev/app.ts)_
254254

255255
## `sf lightning dev component`
256256

@@ -298,7 +298,7 @@ EXAMPLES
298298
$ sf lightning dev component --name myComponent
299299
```
300300

301-
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.13/src/commands/lightning/dev/component.ts)_
301+
_See code: [src/commands/lightning/dev/component.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.14/src/commands/lightning/dev/component.ts)_
302302

303303
## `sf lightning dev site`
304304

@@ -347,6 +347,6 @@ EXAMPLES
347347
$ sf lightning dev site --name "Partner Central" --target-org myOrg
348348
```
349349

350-
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.13/src/commands/lightning/dev/site.ts)_
350+
_See code: [src/commands/lightning/dev/site.ts](https://github.com/salesforcecli/plugin-lightning-dev/blob/6.2.14/src/commands/lightning/dev/site.ts)_
351351

352352
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-lightning-dev",
33
"description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4-
"version": "6.2.13",
4+
"version": "6.2.14",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)