Skip to content

Commit

Permalink
chore(release): 3.0.28 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 10, 2024
1 parent a676425 commit 044f182
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 @@
## [3.0.28](https://github.com/salesforcecli/plugin-apex/compare/3.0.27...3.0.28) (2024-03-10)

### Bug Fixes

- **deps:** bump @oclif/core from 3.20.0 to 3.23.0 ([e89df65](https://github.com/salesforcecli/plugin-apex/commit/e89df655e848be64280e0b9125a69103bb4d7e4c))

## [3.0.27](https://github.com/salesforcecli/plugin-apex/compare/3.0.26...3.0.27) (2024-03-03)

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

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

## `sf apex get test`

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

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

## `sf apex list log`

Expand Down Expand Up @@ -238,7 +238,7 @@ EXAMPLES
$ sf apex list log --target-org me@my.org
```

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

## `sf apex run`

Expand Down Expand Up @@ -284,7 +284,7 @@ EXAMPLES
$ sf apex run
```

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

## `sf apex run test`

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

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

## `sf apex tail log`

Expand Down Expand Up @@ -431,6 +431,6 @@ EXAMPLES
$ sf apex tail log --color --skip-trace-flag
```

_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.27/src/commands/apex/tail/log.ts)_
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.28/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": "3.0.27",
"version": "3.0.28",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 044f182

Please sign in to comment.