Skip to content

Commit f752174

Browse files
committed
chore(release): 3.4.8 [skip ci]
1 parent 85408a5 commit f752174

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.4.8](https://github.com/salesforcecli/plugin-apex/compare/3.4.7...3.4.8) (2024-09-01)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 11.3.4 to 11.3.7 ([923ca91](https://github.com/salesforcecli/plugin-apex/commit/923ca913678c140d317a75a394dd5fb50b1a3f0e))
6+
17
## [3.4.7](https://github.com/salesforcecli/plugin-apex/compare/3.4.6...3.4.7) (2024-09-01)
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.4.7/src/commands/apex/get/log.ts)_
151+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.8/src/commands/apex/get/log.ts)_
152152

153153
## `sf apex get test`
154154

@@ -203,7 +203,7 @@ EXAMPLES
203203
me@myorg'
204204
```
205205

206-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.7/src/commands/apex/get/test.ts)_
206+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.8/src/commands/apex/get/test.ts)_
207207

208208
## `sf apex list log`
209209

@@ -243,7 +243,7 @@ EXAMPLES
243243
$ sf apex list log --target-org me@my.org
244244
```
245245

246-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.7/src/commands/apex/list/log.ts)_
246+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.8/src/commands/apex/list/log.ts)_
247247

248248
## `sf apex run`
249249

@@ -290,7 +290,7 @@ EXAMPLES
290290
$ sf apex run
291291
```
292292

293-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.7/src/commands/apex/run.ts)_
293+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.8/src/commands/apex/run.ts)_
294294

295295
## `sf apex run test`
296296

@@ -430,7 +430,7 @@ FLAG DESCRIPTIONS
430430
--tests Test1 --tests Test2
431431
```
432432

433-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.7/src/commands/apex/run/test.ts)_
433+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.8/src/commands/apex/run/test.ts)_
434434

435435
## `sf apex tail log`
436436

@@ -473,6 +473,6 @@ EXAMPLES
473473
$ sf apex tail log --color --skip-trace-flag
474474
```
475475

476-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.7/src/commands/apex/tail/log.ts)_
476+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.8/src/commands/apex/tail/log.ts)_
477477

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

0 commit comments

Comments
 (0)