We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4666717 commit 7deded8Copy full SHA for 7deded8
2 files changed
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [0.6.1](https://github.com/salesforcecli/plugin-dev/compare/0.6.0...0.6.1) (2023-01-10)
2
+
3
4
+### Bug Fixes
5
6
+* support id length of 15 18 orht both ([0229269](https://github.com/salesforcecli/plugin-dev/commit/022926906ace7e1f28c68952904ab50338bf79ef))
7
8
9
10
# [0.6.0](https://github.com/salesforcecli/plugin-dev/compare/0.5.3...0.6.0) (2023-01-09)
11
12
package.json
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-dev",
"description": "commands for sf plugin development",
- "version": "0.6.0",
+ "version": "0.6.1",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
@@ -137,4 +137,4 @@
137
"publishConfig": {
138
"access": "public"
139
}
140
-}
+}
0 commit comments