diff --git a/CHANGELOG.md b/CHANGELOG.md index 800cfff..111f51e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v6.0.0...v6.0.1) (2021-11-19) + + +### Bug Fixes + +* **android:** move docker android pin to JDK11 version ([#123](https://github.com/react-native-community/react-native-circleci-orb/issues/123)) ([d74d427](https://github.com/react-native-community/react-native-circleci-orb/commit/d74d427)), closes [#122](https://github.com/react-native-community/react-native-circleci-orb/issues/122) + # [6.0.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v5.6.2...v6.0.0) (2021-11-19) diff --git a/package.json b/package.json index ee6086d..535a00f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/circleci-orb", - "version": "6.0.0", + "version": "6.0.1", "private": true, "description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.", "scripts": {