Skip to content

Commit 036b1ce

Browse files
committed
chore(release): 2.0.0 [skip ci]
1 parent f12a21d commit 036b1ce

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.0.0](https://github.com/salesforcecli/plugin-apex/compare/1.5.1...2.0.0) (2023-02-14)
2+
3+
4+
### Bug Fixes
5+
6+
* exit with error code when anyonmous apex failed to compile or run ([4ee3093](https://github.com/salesforcecli/plugin-apex/commit/4ee3093e34a64c5defda8b1e708d31eb041f3665))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* force:apex:execute now returns an error exit code (1)
12+
when the compilation or execution of the Anonymous Apex failed.
13+
14+
15+
116
## [1.5.1](https://github.com/salesforcecli/plugin-apex/compare/1.5.0...1.5.1) (2023-02-05)
217

318

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": "1.5.1",
4+
"version": "2.0.0",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"main": "lib/index.js",
@@ -129,4 +129,4 @@
129129
"eslint -c .eslintrc.json --fix"
130130
]
131131
}
132-
}
132+
}

0 commit comments

Comments
 (0)