Skip to content

Commit bacef2d

Browse files
committed
chore(release): 2.6.1 [skip ci]
1 parent 3bd7160 commit bacef2d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [2.6.1](https://github.com/salesforcecli/plugin-org/compare/2.6.0...2.6.1) (2023-03-21)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing —target-org flag summary ([4288d51](https://github.com/salesforcecli/plugin-org/commit/4288d51dbd11fd0f037e4507a1677d1f352d9abd))
7+
* check if sandbox is resumable ([c3f7ab3](https://github.com/salesforcecli/plugin-org/commit/c3f7ab3bff00b102ee31836dbca0b60363ec98a1))
8+
9+
10+
111
# [2.6.0](https://github.com/salesforcecli/plugin-org/compare/2.5.0...2.6.0) (2023-03-16)
212

313

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.6.0",
4+
"version": "2.6.1",
55
"author": "Salesforce",
66
"main": "lib/index.js",
77
"bugs": "https://github.com/forcedotcom/cli/issues",
@@ -236,4 +236,4 @@
236236
"output": []
237237
}
238238
}
239-
}
239+
}

0 commit comments

Comments
 (0)