Skip to content

Commit

Permalink
chore(release): 6.8.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Feb 27, 2022
1 parent 6630413 commit ccc4a98
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [6.8.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v6.8.0...v6.8.1) (2022-02-27)


### Bug Fixes

* add missing CACHE_VERSION in pod_install ([b6c7e99](https://github.com/react-native-community/react-native-circleci-orb/commit/b6c7e99))
* quote cache keys that start with special characters ([b217d8c](https://github.com/react-native-community/react-native-circleci-orb/commit/b217d8c))

# [6.8.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v6.7.0...v6.8.0) (2022-02-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/circleci-orb",
"version": "6.8.0",
"version": "6.8.1",
"private": true,
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
"scripts": {
Expand Down

0 comments on commit ccc4a98

Please sign in to comment.