Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [2.0.0](v1.4.4...v2.0.0) (2020-01-16) ### Bug Fixes * Removed the unused `build_threads` parameter in the `linux_android` executor ([97720b9](97720b9)), closes [react-native-community#19](https://github.com/roni-castro/react-native-circleci-orb/issues/19) ### Features * Add `on_after_initialize` parameter to the jobs ([react-native-community#26](https://github.com/roni-castro/react-native-circleci-orb/issues/26) by [@compojoom](https://github.com/compojoom)) ([0ff6621](0ff6621)) * Add a `bundle` command ([#8](#8) by [@sunilchalla](https://github.com/sunilchalla)) ([464d661](464d661)) * Added the `--frozen-lockfile` flag to the `yarn_install` command ([e4676c4](e4676c4)), closes [react-native-community#28](https://github.com/roni-castro/react-native-circleci-orb/issues/28) * Update node version to the latest and add parameters ([073689c](073689c)) * **ios:** Added an `ios_build` job ([react-native-community#30](https://github.com/roni-castro/react-native-circleci-orb/issues/30) by [@roni-castro](https://github.com/roni-castro)) ([b607782](b607782)) ### BREAKING CHANGES * The `yarn_install` command will now fail if there need to be changes made to your `yarn.lock` file. See [the Yarn documentation](https://yarnpkg.com/en/docs/cli/install#toc-yarn-install-frozen-lockfile) for details on this flag.
- Loading branch information