Skip to content

Commit 66b26bb

Browse files
chore(release): 4.2.3 [skip ci]
## [4.2.3](v4.2.2...v4.2.3) (2020-05-09) ### Bug Fixes * **android:** fix JAVA_HOME path ([#61](#61) by [@vonovak](https://github.com/vonovak)) ([e4fa01f](e4fa01f)) * **android:** fix path to emulator ([#60](#60) by [@vonovak](https://github.com/vonovak)) ([8621ec9](8621ec9)) * Move cache directory to the system temp folder to avoid permission issues ([#59](#59) by @Naturalclar) ([15f0d90](15f0d90))
1 parent 8621ec9 commit 66b26bb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.2.3](https://github.com/react-native-community/react-native-circleci-orb/compare/v4.2.2...v4.2.3) (2020-05-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** fix JAVA_HOME path ([#61](https://github.com/react-native-community/react-native-circleci-orb/issues/61) by [@vonovak](https://github.com/vonovak)) ([e4fa01f](https://github.com/react-native-community/react-native-circleci-orb/commit/e4fa01f))
7+
* **android:** fix path to emulator ([#60](https://github.com/react-native-community/react-native-circleci-orb/issues/60) by [@vonovak](https://github.com/vonovak)) ([8621ec9](https://github.com/react-native-community/react-native-circleci-orb/commit/8621ec9))
8+
* Move cache directory to the system temp folder to avoid permission issues ([#59](https://github.com/react-native-community/react-native-circleci-orb/issues/59) by @Naturalclar) ([15f0d90](https://github.com/react-native-community/react-native-circleci-orb/commit/15f0d90))
9+
110
## [4.2.2](https://github.com/react-native-community/react-native-circleci-orb/compare/v4.2.1...v4.2.2) (2020-04-23)
211

312

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": "4.2.2",
3+
"version": "4.2.3",
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)