Skip to content

Commit

Permalink
chore(release): 3.6.8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 15, 2024
1 parent c12ae36 commit 1b27aa6
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.6.8](https://github.com/salesforcecli/plugin-apex/compare/3.6.7...3.6.8) (2024-12-15)

### Bug Fixes

- **deps:** bump @salesforce/sf-plugins-core from 12.1.0 to 12.1.1 ([ded2f82](https://github.com/salesforcecli/plugin-apex/commit/ded2f8266bd05150c4bcf7d1f9ca3af53d2da92a))

## [3.6.7](https://github.com/salesforcecli/plugin-apex/compare/3.6.6...3.6.7) (2024-12-09)

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

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

## `sf apex get test`

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

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

## `sf apex list log`

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

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

## `sf apex run`

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

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

## `sf apex run test`

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

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

## `sf apex tail log`

Expand Down Expand Up @@ -481,6 +481,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.6.7/src/commands/apex/tail/log.ts)_
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.8/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.6.7",
"version": "3.6.8",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.0.34", "@oclif/core@^4.0.36":
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.0.36":
version "4.0.37"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.37.tgz#133d3f3951cd7a5fc52a3fec63ba2172921b535c"
integrity sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ==
Expand Down

0 comments on commit 1b27aa6

Please sign in to comment.