Skip to content

Commit 4f9dd0a

Browse files
committed
chore(release): 3.6.9 [skip ci]
1 parent 0354887 commit 4f9dd0a

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.6.9](https://github.com/salesforcecli/plugin-apex/compare/3.6.8...3.6.9) (2025-03-09)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.8.2 to 8.8.5 ([776ab09](https://github.com/salesforcecli/plugin-apex/commit/776ab09cd13b67d690fb2744039a9fd17d69dbd9))
6+
17
## [3.6.8](https://github.com/salesforcecli/plugin-apex/compare/3.6.7...3.6.8) (2024-12-15)
28

39
### Bug Fixes

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Salesforce.com, Inc.
1+
Copyright (c) 2025, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
148148
directory.
149149
```
150150

151-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.8/src/commands/apex/get/log.ts)_
151+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.9/src/commands/apex/get/log.ts)_
152152

153153
## `sf apex get test`
154154

@@ -208,7 +208,7 @@ EXAMPLES
208208
me@myorg'
209209
```
210210

211-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.8/src/commands/apex/get/test.ts)_
211+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.9/src/commands/apex/get/test.ts)_
212212

213213
## `sf apex list log`
214214

@@ -248,7 +248,7 @@ EXAMPLES
248248
$ sf apex list log --target-org me@my.org
249249
```
250250

251-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.8/src/commands/apex/list/log.ts)_
251+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.9/src/commands/apex/list/log.ts)_
252252

253253
## `sf apex run`
254254

@@ -295,7 +295,7 @@ EXAMPLES
295295
$ sf apex run
296296
```
297297

298-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.8/src/commands/apex/run.ts)_
298+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.9/src/commands/apex/run.ts)_
299299

300300
## `sf apex run test`
301301

@@ -438,7 +438,7 @@ FLAG DESCRIPTIONS
438438
--tests Test1 --tests Test2
439439
```
440440

441-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.8/src/commands/apex/run/test.ts)_
441+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.9/src/commands/apex/run/test.ts)_
442442

443443
## `sf apex tail log`
444444

@@ -481,6 +481,6 @@ EXAMPLES
481481
$ sf apex tail log --color --skip-trace-flag
482482
```
483483

484-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.8/src/commands/apex/tail/log.ts)_
484+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.9/src/commands/apex/tail/log.ts)_
485485

486486
<!-- 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-apex",
33
"description": "Apex commands",
4-
"version": "3.6.8",
4+
"version": "3.6.9",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)