Skip to content

Commit

Permalink
chore(release): 2.3.18 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 8, 2023
1 parent 0f30c25 commit 558e75b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.3.18](https://github.com/salesforcecli/plugin-apex/compare/2.3.17...2.3.18) (2023-10-08)

### Bug Fixes

- **deps:** bump @salesforce/core from 5.3.2 to 5.3.5 ([8c1ca33](https://github.com/salesforcecli/plugin-apex/commit/8c1ca336dc2151c72e4c37458887d803a9c23962))

## [2.3.17](https://github.com/salesforcecli/plugin-apex/compare/2.3.16...2.3.17) (2023-10-01)

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ FLAG DESCRIPTIONS
directory.
```

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

## `sfdx apex:get:test`

Expand Down Expand Up @@ -197,7 +197,7 @@ EXAMPLES
me@myorg',
```

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

## `sfdx apex:list:log`

Expand Down Expand Up @@ -235,7 +235,7 @@ EXAMPLES
$ sfdx apex:list:log --target-org [email protected]
```

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

## `sfdx apex:run`

Expand Down Expand Up @@ -280,7 +280,7 @@ EXAMPLES
$ sfdx apex:run
```

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

## `sfdx apex:run:test`

Expand Down Expand Up @@ -386,7 +386,7 @@ FLAG DESCRIPTIONS
--tests Test1 --tests Test2
```

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

## `sfdx apex:tail:log`

Expand Down Expand Up @@ -428,6 +428,6 @@ EXAMPLES
$ sfdx apex:tail:log --color --skip-trace-flag
```

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

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-apex",
"description": "Apex commands",
"version": "2.3.17",
"version": "2.3.18",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"main": "lib/index.js",
Expand Down

0 comments on commit 558e75b

Please sign in to comment.