Skip to content

Commit 834d5ae

Browse files
committed
chore(release): 2.9.6 [skip ci]
1 parent dc85ff6 commit 834d5ae

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.9.6](https://github.com/salesforcecli/plugin-org/compare/2.9.5...2.9.6) (2023-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* remove duplicate short char from salesforceId flag and bump deps ([#707](https://github.com/salesforcecli/plugin-org/issues/707)) ([dc85ff6](https://github.com/salesforcecli/plugin-org/commit/dc85ff66e0e1ee5ea4ba965d8d8be5886d00bfb5))
7+
8+
9+
110
## [2.9.5](https://github.com/salesforcecli/plugin-org/compare/2.9.4...2.9.5) (2023-06-04)
211

312

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-org",
33
"description": "Commands to interact with Salesforce orgs",
4-
"version": "2.9.5",
4+
"version": "2.9.6",
55
"author": "Salesforce",
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",
@@ -234,4 +234,4 @@
234234
"output": []
235235
}
236236
}
237-
}
237+
}

0 commit comments

Comments
 (0)