Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
semantic-release-bot committed Jan 16, 2020
1 parent 5608f35 commit 7ac2cea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [2.0.0](https://github.com/roni-castro/react-native-circleci-orb/compare/v1.4.4...v2.0.0) (2020-01-16)


### Bug Fixes

* Removed the unused `build_threads` parameter in the `linux_android` executor ([97720b9](https://github.com/roni-castro/react-native-circleci-orb/commit/97720b9)), closes [#19](https://github.com/roni-castro/react-native-circleci-orb/issues/19)


### Features

* Add `on_after_initialize` parameter to the jobs ([#26](https://github.com/roni-castro/react-native-circleci-orb/issues/26) by [@compojoom](https://github.com/compojoom)) ([0ff6621](https://github.com/roni-castro/react-native-circleci-orb/commit/0ff6621))
* Add a `bundle` command ([#8](https://github.com/roni-castro/react-native-circleci-orb/issues/8) by [@sunilchalla](https://github.com/sunilchalla)) ([464d661](https://github.com/roni-castro/react-native-circleci-orb/commit/464d661))
* Added the `--frozen-lockfile` flag to the `yarn_install` command ([e4676c4](https://github.com/roni-castro/react-native-circleci-orb/commit/e4676c4)), closes [#28](https://github.com/roni-castro/react-native-circleci-orb/issues/28)
* Update node version to the latest and add parameters ([073689c](https://github.com/roni-castro/react-native-circleci-orb/commit/073689c))
* **ios:** Added an `ios_build` job ([#30](https://github.com/roni-castro/react-native-circleci-orb/issues/30) by [@roni-castro](https://github.com/roni-castro)) ([b607782](https://github.com/roni-castro/react-native-circleci-orb/commit/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.

## [1.4.4](https://github.com/roni-castro/react-native-circleci-orb/compare/v1.4.3...v1.4.4) (2020-01-03)


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": "@roni-castro/react-native-circleci-orb",
"version": "1.4.4",
"version": "2.0.0",
"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 7ac2cea

Please sign in to comment.