Skip to content

Commit 7905c49

Browse files
committed
chore(release): 2.3.17 [skip ci]
1 parent f5dd092 commit 7905c49

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+
## [2.3.17](https://github.com/salesforcecli/plugin-apex/compare/2.3.16...2.3.17) (2023-10-01)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 5.2.10 to 5.3.2 ([d9813da](https://github.com/salesforcecli/plugin-apex/commit/d9813daa37a1c5291eb1d077d573cacc4466f8cd))
6+
17
## [2.3.16](https://github.com/salesforcecli/plugin-apex/compare/2.3.15...2.3.16) (2023-09-28)
28

39
### Bug Fixes

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ FLAG DESCRIPTIONS
145145
directory.
146146
```
147147

148-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.16/src/commands/apex/get/log.ts)_
148+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.17/src/commands/apex/get/log.ts)_
149149

150150
## `sfdx apex:get:test`
151151

@@ -197,7 +197,7 @@ EXAMPLES
197197
me@myorg',
198198
```
199199

200-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.16/src/commands/apex/get/test.ts)_
200+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.17/src/commands/apex/get/test.ts)_
201201

202202
## `sfdx apex:list:log`
203203

@@ -235,7 +235,7 @@ EXAMPLES
235235
$ sfdx apex:list:log --target-org [email protected]
236236
```
237237

238-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.16/src/commands/apex/list/log.ts)_
238+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.17/src/commands/apex/list/log.ts)_
239239

240240
## `sfdx apex:run`
241241

@@ -280,7 +280,7 @@ EXAMPLES
280280
$ sfdx apex:run
281281
```
282282

283-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.16/src/commands/apex/run.ts)_
283+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.17/src/commands/apex/run.ts)_
284284

285285
## `sfdx apex:run:test`
286286

@@ -386,7 +386,7 @@ FLAG DESCRIPTIONS
386386
--tests Test1 --tests Test2
387387
```
388388

389-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.16/src/commands/apex/run/test.ts)_
389+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.17/src/commands/apex/run/test.ts)_
390390

391391
## `sfdx apex:tail:log`
392392

@@ -428,6 +428,6 @@ EXAMPLES
428428
$ sfdx apex:tail:log --color --skip-trace-flag
429429
```
430430

431-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.16/src/commands/apex/tail/log.ts)_
431+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/2.3.17/src/commands/apex/tail/log.ts)_
432432

433433
<!-- 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": "2.3.16",
4+
"version": "2.3.17",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)