Skip to content

Commit 8e207e7

Browse files
committed
chore(release): 3.6.1 [skip ci]
1 parent 42ebd04 commit 8e207e7

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.6.1](https://github.com/salesforcecli/plugin-apex/compare/3.6.0...3.6.1) (2024-11-10)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/apex-node from 8.1.15 to 8.1.17 ([3a4e405](https://github.com/salesforcecli/plugin-apex/commit/3a4e40519cf026c34cbf6c3903e007edf0fc24cc))
6+
17
# [3.6.0](https://github.com/salesforcecli/plugin-apex/compare/3.5.6...3.6.0) (2024-11-08)
28

39
### Features

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.0/src/commands/apex/get/log.ts)_
151+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/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.0/src/commands/apex/get/test.ts)_
211+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/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.0/src/commands/apex/list/log.ts)_
251+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/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.0/src/commands/apex/run.ts)_
298+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/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.6.0/src/commands/apex/run/test.ts)_
438+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/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.6.0/src/commands/apex/tail/log.ts)_
481+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/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.6.0",
4+
"version": "3.6.1",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)