Skip to content

Commit c3a6875

Browse files
committed
chore(release): 1.2.6 [skip ci]
1 parent c9d3fe9 commit c3a6875

File tree

4 files changed

+13
-7
lines changed

4 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+
## [1.2.6](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.5...1.2.6) (2024-02-21)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump ip from 2.0.0 to 2.0.1 ([e09dace](https://github.com/salesforcecli/plugin-devops-center/commit/e09daceba1d33532dc1b6a0df68b4e6ddc50f7fb))
6+
17
## [1.2.5](https://github.com/salesforcecli/plugin-devops-center/compare/1.2.4...1.2.5) (2023-11-28)
28

39
### Bug Fixes

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2023, Salesforce.com, Inc.
1+
Copyright (c) 2024, Salesforce.com, Inc.
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ FLAG DESCRIPTIONS
131131
"sf project deploy pipeline report".
132132
```
133133

134-
_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.5/src/commands/project/deploy/pipeline/quick.ts)_
134+
_See code: [src/commands/project/deploy/pipeline/quick.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6/src/commands/project/deploy/pipeline/quick.ts)_
135135

136136
## `sf project deploy pipeline report`
137137

@@ -175,7 +175,7 @@ FLAG DESCRIPTIONS
175175
your most recent operation was longer than 3 days ago, this flag won't find the job ID.
176176
```
177177

178-
_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.5/src/commands/project/deploy/pipeline/report.ts)_
178+
_See code: [src/commands/project/deploy/pipeline/report.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6/src/commands/project/deploy/pipeline/report.ts)_
179179

180180
## `sf project deploy pipeline resume`
181181

@@ -237,7 +237,7 @@ FLAG DESCRIPTIONS
237237
returns the job ID. To check the status of the operation, run "sf project deploy pipeline report".
238238
```
239239

240-
_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.5/src/commands/project/deploy/pipeline/resume.ts)_
240+
_See code: [src/commands/project/deploy/pipeline/resume.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6/src/commands/project/deploy/pipeline/resume.ts)_
241241

242242
## `sf project deploy pipeline start`
243243

@@ -333,7 +333,7 @@ FLAG DESCRIPTIONS
333333
"sf project deploy pipeline report".
334334
```
335335

336-
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.5/src/commands/project/deploy/pipeline/start.ts)_
336+
_See code: [src/commands/project/deploy/pipeline/start.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6/src/commands/project/deploy/pipeline/start.ts)_
337337

338338
## `sf project deploy pipeline validate`
339339

@@ -429,7 +429,7 @@ FLAG DESCRIPTIONS
429429
"sf project deploy pipeline report".
430430
```
431431

432-
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.5/src/commands/project/deploy/pipeline/validate.ts)_
432+
_See code: [src/commands/project/deploy/pipeline/validate.ts](https://github.com/salesforcecli/plugin-devops-center/blob/1.2.6/src/commands/project/deploy/pipeline/validate.ts)_
433433

434434
<!-- commandsstop -->
435435

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-devops-center",
33
"description": "The DevOps Center CLI plugin provides a command-line alternative to performing equivalent actions in the DevOps Center graphical UI",
4-
"version": "1.2.5",
4+
"version": "1.2.6",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)