Skip to content

Commit 42ffeba

Browse files
committed
chore(release): 2.3.0 [skip ci]
1 parent b91a8f5 commit 42ffeba

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.3.0](https://github.com/salesforcecli/plugin-apex/compare/2.2.22...2.3.0) (2023-06-01)
2+
3+
4+
### Features
5+
6+
* use deprecatedArray for consistency in sf commands and compatibility ([16661d8](https://github.com/salesforcecli/plugin-apex/commit/16661d87f8fb08b13ec2899aae862787dedc89c9))
7+
8+
9+
110
## [2.2.22](https://github.com/salesforcecli/plugin-apex/compare/2.2.21...2.2.22) (2023-05-28)
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-apex",
33
"description": "Apex commands",
4-
"version": "2.2.22",
4+
"version": "2.3.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
@@ -228,4 +228,4 @@
228228
"output": []
229229
}
230230
}
231-
}
231+
}

0 commit comments

Comments
 (0)