From 87672bb2c7a994e18ee51c08a006ffe110b1f687 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Aug 2022 18:39:51 +0000 Subject: [PATCH] chore(release): 7.1.1 [skip ci] ## [7.1.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v7.1.0...v7.1.1) (2022-08-03) ### Bug Fixes * update XCode version to 12.5.1 ([#158](https://github.com/react-native-community/react-native-circleci-orb/issues/158)) ([4bbdb75](https://github.com/react-native-community/react-native-circleci-orb/commit/4bbdb75)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111407d..0695c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.1.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v7.1.0...v7.1.1) (2022-08-03) + + +### Bug Fixes + +* update XCode version to 12.5.1 ([#158](https://github.com/react-native-community/react-native-circleci-orb/issues/158)) ([4bbdb75](https://github.com/react-native-community/react-native-circleci-orb/commit/4bbdb75)) + # [7.1.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v7.0.1...v7.1.0) (2022-06-18) diff --git a/package.json b/package.json index 792a5e5..b372f59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/circleci-orb", - "version": "7.1.0", + "version": "7.1.1", "private": true, "description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.", "scripts": {