Skip to content

Commit 377d3f7

Browse files
committed
chore(release): 1.1.12 [skip ci]
1 parent 4c2e695 commit 377d3f7

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.1.12](https://github.com/salesforcecli/plugin-service-automation/compare/1.1.11...1.1.12) (2026-06-27)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 4.11.7 to 4.11.11 ([6d73f24](https://github.com/salesforcecli/plugin-service-automation/commit/6d73f24a948a6aeef50286b161aabbb3f2dc4f1c))
6+
17
## [1.1.11](https://github.com/salesforcecli/plugin-service-automation/compare/1.1.10...1.1.11) (2026-06-17)
28

39
### Bug Fixes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ FLAG DESCRIPTIONS
130130
from the ZIP file.
131131
```
132132

133-
_See code: [src/commands/service-process/deploy.ts](https://github.com/salesforcecli/plugin-service-automation/blob/1.1.11/src/commands/service-process/deploy.ts)_
133+
_See code: [src/commands/service-process/deploy.ts](https://github.com/salesforcecli/plugin-service-automation/blob/1.1.12/src/commands/service-process/deploy.ts)_
134134

135135
## `sf service-process list`
136136

@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
179179
Allowed range is 1–2000. Default is 1000.
180180
```
181181

182-
_See code: [src/commands/service-process/list.ts](https://github.com/salesforcecli/plugin-service-automation/blob/1.1.11/src/commands/service-process/list.ts)_
182+
_See code: [src/commands/service-process/list.ts](https://github.com/salesforcecli/plugin-service-automation/blob/1.1.12/src/commands/service-process/list.ts)_
183183

184184
## `sf service-process retrieve`
185185

@@ -236,7 +236,7 @@ EXAMPLES
236236
./sp-artifacts
237237
```
238238

239-
_See code: [src/commands/service-process/retrieve.ts](https://github.com/salesforcecli/plugin-service-automation/blob/1.1.11/src/commands/service-process/retrieve.ts)_
239+
_See code: [src/commands/service-process/retrieve.ts](https://github.com/salesforcecli/plugin-service-automation/blob/1.1.12/src/commands/service-process/retrieve.ts)_
240240

241241
<!-- commandsstop -->
242242

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-service-automation",
33
"description": "Automate the deployment of Service Processes by seamlessly orchestrating data and metadata across environments",
4-
"version": "1.1.11",
4+
"version": "1.1.12",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)