Skip to content

Commit dc95e79

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.6.2...v6.0.0) (2021-11-19) ### Bug Fixes * **android:** use JDK11 compatible JVM options ([#122](#122)) ([1923bcd](1923bcd)), closes [#120](#120) ### BREAKING CHANGES * **android:** this orb is now using JDK11 See JDK8-->JDK11 migration notes here: https://discuss.circleci.com/t/android-convenience-image-moving-to-java-v11-on-august-17th/36601/4
1 parent 1923bcd commit dc95e79

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [6.0.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v5.6.2...v6.0.0) (2021-11-19)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** use JDK11 compatible JVM options ([#122](https://github.com/react-native-community/react-native-circleci-orb/issues/122)) ([1923bcd](https://github.com/react-native-community/react-native-circleci-orb/commit/1923bcd)), closes [#120](https://github.com/react-native-community/react-native-circleci-orb/issues/120)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **android:** this orb is now using JDK11
12+
13+
See JDK8-->JDK11 migration notes here:
14+
https://discuss.circleci.com/t/android-convenience-image-moving-to-java-v11-on-august-17th/36601/4
15+
116
## [5.6.2](https://github.com/react-native-community/react-native-circleci-orb/compare/v5.6.1...v5.6.2) (2021-11-19)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/circleci-orb",
3-
"version": "5.6.2",
3+
"version": "6.0.0",
44
"private": true,
55
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
66
"scripts": {

0 commit comments

Comments
 (0)