Skip to content

Commit ccc4a98

Browse files
chore(release): 6.8.1 [skip ci]
## [6.8.1](v6.8.0...v6.8.1) (2022-02-27) ### Bug Fixes * add missing CACHE_VERSION in pod_install ([b6c7e99](b6c7e99)) * quote cache keys that start with special characters ([b217d8c](b217d8c))
1 parent 6630413 commit ccc4a98

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.8.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v6.8.0...v6.8.1) (2022-02-27)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing CACHE_VERSION in pod_install ([b6c7e99](https://github.com/react-native-community/react-native-circleci-orb/commit/b6c7e99))
7+
* quote cache keys that start with special characters ([b217d8c](https://github.com/react-native-community/react-native-circleci-orb/commit/b217d8c))
8+
19
# [6.8.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v6.7.0...v6.8.0) (2022-02-15)
210

311

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": "6.8.0",
3+
"version": "6.8.1",
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)