We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d7f49 commit cc63ff1Copy full SHA for cc63ff1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [4.0.2](https://github.com/react-native-community/react-native-circleci-orb/compare/v4.0.1...v4.0.2) (2020-04-02)
2
+
3
4
+### Bug Fixes
5
6
+* Ensure the CI works correctly ([51d7f49](https://github.com/react-native-community/react-native-circleci-orb/commit/51d7f49))
7
8
## [4.0.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v4.0.0...v4.0.1) (2020-04-02)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/circleci-orb",
- "version": "4.0.1",
+ "version": "4.0.2",
"private": true,
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
"scripts": {
0 commit comments