Skip to content

Commit fbe6c6b

Browse files
committed
chore(release): 1.0.11 [skip ci]
1 parent 09ea048 commit fbe6c6b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.0.11](https://github.com/salesforcecli/plugin-orchestrator/compare/1.0.10...1.0.11) (2025-07-22)
2+
3+
### Bug Fixes
4+
5+
- remove space-separated alias causing zsh autocomplete parsing error ([09ea048](https://github.com/salesforcecli/plugin-orchestrator/commit/09ea04873f3366960e89071c59d00c192bbc8940))
6+
17
## [1.0.10](https://github.com/salesforcecli/plugin-orchestrator/compare/1.0.9...1.0.10) (2025-07-22)
28

39
### Bug Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-orchestrator",
33
"description": "Plugin for working with SalesForce analytic apps, templates, assets and services.",
4-
"version": "1.0.10",
4+
"version": "1.0.11",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
@@ -206,4 +206,4 @@
206206
},
207207
"exports": "./lib/index.js",
208208
"type": "module"
209-
}
209+
}

0 commit comments

Comments
 (0)