Skip to content

Commit 31eba8c

Browse files
committed
chore(release): 3.3.1 [skip ci]
1 parent 2cedc65 commit 31eba8c

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.3.1](https://github.com/salesforcecli/plugin-apex/compare/3.3.0...3.3.1) (2024-07-21)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.2.0 to 8.2.1 ([1bf4289](https://github.com/salesforcecli/plugin-apex/commit/1bf428909bf272eeabdeffe51a30511145f75357))
6+
17
# [3.3.0](https://github.com/salesforcecli/plugin-apex/compare/3.2.5...3.3.0) (2024-07-19)
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.3.0/src/commands/apex/get/log.ts)_
151+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.1/src/commands/apex/get/log.ts)_
152152

153153
## `sf apex get test`
154154

@@ -202,7 +202,7 @@ EXAMPLES
202202
me@myorg'
203203
```
204204

205-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/get/test.ts)_
205+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.1/src/commands/apex/get/test.ts)_
206206

207207
## `sf apex list log`
208208

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

245-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/list/log.ts)_
245+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.1/src/commands/apex/list/log.ts)_
246246

247247
## `sf apex run`
248248

@@ -289,7 +289,7 @@ EXAMPLES
289289
$ sf apex run
290290
```
291291

292-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/run.ts)_
292+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.1/src/commands/apex/run.ts)_
293293

294294
## `sf apex run test`
295295

@@ -428,7 +428,7 @@ FLAG DESCRIPTIONS
428428
--tests Test1 --tests Test2
429429
```
430430

431-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/run/test.ts)_
431+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.1/src/commands/apex/run/test.ts)_
432432

433433
## `sf apex tail log`
434434

@@ -471,6 +471,6 @@ EXAMPLES
471471
$ sf apex tail log --color --skip-trace-flag
472472
```
473473

474-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/tail/log.ts)_
474+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.1/src/commands/apex/tail/log.ts)_
475475

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

0 commit comments

Comments
 (0)