Skip to content

Commit 3f4be84

Browse files
committed
chore(release): 3.5.2 [skip ci]
1 parent fa799e4 commit 3f4be84

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.5.2](https://github.com/salesforcecli/plugin-apex/compare/3.5.1...3.5.2) (2024-10-13)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.6.1 to 8.6.2 ([15ae5a6](https://github.com/salesforcecli/plugin-apex/commit/15ae5a69f3827b2446fe1df4b4e950708b4f3d8b))
6+
17
## [3.5.1](https://github.com/salesforcecli/plugin-apex/compare/3.5.0...3.5.1) (2024-10-06)
28

39
### Bug Fixes

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.5.1/src/commands/apex/get/log.ts)_
151+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.2/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.5.1/src/commands/apex/get/test.ts)_
211+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.2/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 [email protected]
249249
```
250250

251-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/list/log.ts)_
251+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.2/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.5.1/src/commands/apex/run.ts)_
298+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.2/src/commands/apex/run.ts)_
299299

300300
## `sf apex run test`
301301

@@ -435,7 +435,7 @@ FLAG DESCRIPTIONS
435435
--tests Test1 --tests Test2
436436
```
437437

438-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/run/test.ts)_
438+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.2/src/commands/apex/run/test.ts)_
439439

440440
## `sf apex tail log`
441441

@@ -478,6 +478,6 @@ EXAMPLES
478478
$ sf apex tail log --color --skip-trace-flag
479479
```
480480

481-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/tail/log.ts)_
481+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.2/src/commands/apex/tail/log.ts)_
482482

483483
<!-- 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.5.1",
4+
"version": "3.5.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)