Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
chore(release): 4.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.5.0](v4.4.2...v4.5.0) (2021-01-18)

### Bug Fixes

* duplicated on_after_initialize  param ([react-native-community#78](https://github.com/capmo/react-native-circleci-orb/issues/78)) ([33ffc6b](33ffc6b))

### Features

* Add custom build command to build android ([fc9ced9](fc9ced9))
* Add pod cache ([react-native-community#67](https://github.com/capmo/react-native-circleci-orb/issues/67)) ([96b0f3f](96b0f3f))
  • Loading branch information
semantic-release-bot committed Jan 18, 2021
1 parent fc9ced9 commit d0c6f3d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.5.0](https://github.com/capmo/react-native-circleci-orb/compare/v4.4.2...v4.5.0) (2021-01-18)


### Bug Fixes

* duplicated on_after_initialize param ([#78](https://github.com/capmo/react-native-circleci-orb/issues/78)) ([33ffc6b](https://github.com/capmo/react-native-circleci-orb/commit/33ffc6b))


### Features

* Add custom build command to build android ([fc9ced9](https://github.com/capmo/react-native-circleci-orb/commit/fc9ced9))
* Add pod cache ([#67](https://github.com/capmo/react-native-circleci-orb/issues/67)) ([96b0f3f](https://github.com/capmo/react-native-circleci-orb/commit/96b0f3f))

## [4.4.2](https://github.com/react-native-community/react-native-circleci-orb/compare/v4.4.1...v4.4.2) (2020-05-18)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capmo/circleci-orb",
"version": "4.4.2",
"version": "4.5.0",
"private": true,
"description": "A CircleCI Orb which can be used to simplify building and testing React Native apps.",
"scripts": {
Expand All @@ -23,4 +23,4 @@
"url": "https://github.com/capmo/react-native-circleci-orb/issues"
},
"homepage": "https://github.com/capmo/react-native-circleci-orb#readme"
}
}

0 comments on commit d0c6f3d

Please sign in to comment.