Skip to content

Commit 607b178

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.0.1...v4.0.0) (2020-03-31) ### Features * **ios:** Upgrading Xcode to 11.0 ([#45](#45) by [@springcoil](https://github.com/springcoil)) ([78aad72](78aad72)) ### BREAKING CHANGES * **ios:** You should confirm that your app is able to build on Xcode 11 before upgrade, however, most app will already support this.
1 parent 8cf8cbd commit 607b178

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v3.0.1...v4.0.0) (2020-03-31)
2+
3+
4+
### Features
5+
6+
* **ios:** Upgrading Xcode to 11.0 ([#45](https://github.com/react-native-community/react-native-circleci-orb/issues/45) by [@springcoil](https://github.com/springcoil)) ([78aad72](https://github.com/react-native-community/react-native-circleci-orb/commit/78aad72))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **ios:** You should confirm that your app is able to build on Xcode 11 before upgrade, however, most app will already support this.
12+
113
## [3.0.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v3.0.0...v3.0.1) (2020-02-03)
214

315

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": "3.0.1",
3+
"version": "4.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)