Skip to content

Commit 33fb137

Browse files
committed
chore(release): 3.1.1 [skip ci]
1 parent de2d218 commit 33fb137

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.1.1](https://github.com/salesforcecli/plugin-apex/compare/3.1.0...3.1.1) (2024-03-31)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/kit from 3.0.15 to 3.1.0 ([56bc54f](https://github.com/salesforcecli/plugin-apex/commit/56bc54f9fc4d66c3355ef28289eddb1ca871507f))
6+
17
# [3.1.0](https://github.com/salesforcecli/plugin-apex/compare/3.0.31...3.1.0) (2024-03-25)
28

39
### Features

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.1.0/src/commands/apex/get/log.ts)_
151+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.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.1.0/src/commands/apex/get/test.ts)_
205+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.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 [email protected]
243243
```
244244

245-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.0/src/commands/apex/list/log.ts)_
245+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.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.1.0/src/commands/apex/run.ts)_
292+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.1/src/commands/apex/run.ts)_
293293

294294
## `sf apex run test`
295295

@@ -397,7 +397,7 @@ FLAG DESCRIPTIONS
397397
--tests Test1 --tests Test2
398398
```
399399

400-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.0/src/commands/apex/run/test.ts)_
400+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.1/src/commands/apex/run/test.ts)_
401401

402402
## `sf apex tail log`
403403

@@ -440,6 +440,6 @@ EXAMPLES
440440
$ sf apex tail log --color --skip-trace-flag
441441
```
442442

443-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.0/src/commands/apex/tail/log.ts)_
443+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.1/src/commands/apex/tail/log.ts)_
444444

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

0 commit comments

Comments
 (0)