Skip to content

Commit 4d2cf6c

Browse files
chore(release): 7.0.0 [skip ci]
# [7.0.0](v6.8.1...v7.0.0) (2022-04-26) ### Bug Fixes * removing old yarn version from PATH which hopefully fixes the issue ([cc25fff](cc25fff)) * fix!: using supported Node version with cimg/node and updating comments ([1186c41](1186c41)) ### BREAKING CHANGES * cimg/node doesn't support major Node version aliases the same way circleci/node did
1 parent a1a8152 commit 4d2cf6c

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.0.0](https://github.com/react-native-community/react-native-circleci-orb/compare/v6.8.1...v7.0.0) (2022-04-26)
2+
3+
4+
### Bug Fixes
5+
6+
* removing old yarn version from PATH which hopefully fixes the issue ([cc25fff](https://github.com/react-native-community/react-native-circleci-orb/commit/cc25fff))
7+
8+
9+
* fix!: using supported Node version with cimg/node and updating comments ([1186c41](https://github.com/react-native-community/react-native-circleci-orb/commit/1186c41))
10+
11+
12+
### BREAKING CHANGES
13+
14+
* cimg/node doesn't support major Node version aliases the same way circleci/node did
15+
116
## [6.8.1](https://github.com/react-native-community/react-native-circleci-orb/compare/v6.8.0...v6.8.1) (2022-02-27)
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": "6.8.1",
3+
"version": "7.0.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)