From 9f64192870a3ef96689923d272ec7bb873089a99 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 22 Apr 2020 13:29:03 +0000 Subject: [PATCH] chore(release): 4.2.1 [skip ci] ## [4.2.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v4.2.0...v4.2.1) (2020-04-22) ### Bug Fixes * **ios:** Fix syntax errors ([aff9136](https://github.com/react-native-community/react-native-circleci-orb/commit/aff9136)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3948a65..508cf1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.2.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v4.2.0...v4.2.1) (2020-04-22) + + +### Bug Fixes + +* **ios:** Fix syntax errors ([aff9136](https://github.com/react-native-community/react-native-circleci-orb/commit/aff9136)) + # [4.2.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v4.1.1...v4.2.0) (2020-04-21) diff --git a/package.json b/package.json index a87c291..43da7d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-community/circleci-orb", - "version": "4.2.0", + "version": "4.2.1", "private": true, "description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.", "scripts": {