Skip to content

Commit 8be09e7

Browse files
chore(release): 7.1.0 [skip ci]
# [7.1.0](v7.0.1...v7.1.0) (2022-06-18) ### Bug Fixes * **android_test:** node v12 to v16 ([a9956b7](a9956b7)) * **ios_build:** node v12 to v16 ([f0ea6b4](f0ea6b4)) * **ios_build_and_test:** node v12 to v16 ([6347597](6347597)) * **setup_macos_executor:** bump node v12 to v16 ([a34ccec](a34ccec)) ### Features * **node:** bump from node 12 to node 16 default ([0acc6f9](0acc6f9))
1 parent 0598a98 commit 8be09e7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [7.1.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v7.0.1...v7.1.0) (2022-06-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **android_test:** node v12 to v16 ([a9956b7](https://github.com/react-native-community/react-native-circleci-orb/commit/a9956b7))
7+
* **ios_build:** node v12 to v16 ([f0ea6b4](https://github.com/react-native-community/react-native-circleci-orb/commit/f0ea6b4))
8+
* **ios_build_and_test:** node v12 to v16 ([6347597](https://github.com/react-native-community/react-native-circleci-orb/commit/6347597))
9+
* **setup_macos_executor:** bump node v12 to v16 ([a34ccec](https://github.com/react-native-community/react-native-circleci-orb/commit/a34ccec))
10+
11+
12+
### Features
13+
14+
* **node:** bump from node 12 to node 16 default ([0acc6f9](https://github.com/react-native-community/react-native-circleci-orb/commit/0acc6f9))
15+
116
## [7.0.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v7.0.0...v7.0.1) (2022-06-10)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/circleci-orb",
3-
"version": "7.0.1",
3+
"version": "7.1.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)