Skip to content

Commit 43c7903

Browse files
chore(release): 7.3.0 [skip ci]
# [7.3.0](v7.2.0...v7.3.0) (2023-07-12) ### Bug Fixes * yaml parsing build_image_version default as double ([df23a73](df23a73)) * yaml parsing build_image_version default as double ([#170](#170)) ([3c8cb0f](3c8cb0f)) ### Features * allow specifying build image version for android build & executor ([ee50537](ee50537))
1 parent 3c8cb0f commit 43c7903

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [7.3.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v7.2.0...v7.3.0) (2023-07-12)
2+
3+
4+
### Bug Fixes
5+
6+
* yaml parsing build_image_version default as double ([df23a73](https://github.com/react-native-community/react-native-circleci-orb/commit/df23a73))
7+
* yaml parsing build_image_version default as double ([#170](https://github.com/react-native-community/react-native-circleci-orb/issues/170)) ([3c8cb0f](https://github.com/react-native-community/react-native-circleci-orb/commit/3c8cb0f))
8+
9+
10+
### Features
11+
12+
* allow specifying build image version for android build & executor ([ee50537](https://github.com/react-native-community/react-native-circleci-orb/commit/ee50537))
13+
114
# [7.2.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v7.1.1...v7.2.0) (2023-07-11)
215

316

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