Skip to content

Commit

Permalink
release: create new version 2.1.6 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.6](2.1.5...2.1.6) (2019-05-26)

### Code refactors

* upgrade detect-indent to version 6.0.0 ([#92](#92)) ([0a3f8a0](0a3f8a0))
* upgrade fs-extra to version 8.0.0 ([#94](#94)) ([0d4460e](0d4460e))
* use dependabot instead of greenkeeper ([#102](#102)) ([c03251a](c03251a))

### Other chores

* **deps:** [security] bump tar from 2.2.1 to 2.2.2 ([#97](#97)) ([d901b06](d901b06))
* **deps:** bump fs-extra from 8.0.0 to 8.0.1 ([#100](#100)) ([f3dfc16](f3dfc16))
* **deps:** bump semver from 6.0.0 to 6.1.0 ([#101](#101)) ([eaf4348](eaf4348))
* **deps-dev:** bump [@commitlint](https://github.com/commitlint)/travis-cli from 7.5.2 to 7.6.1 ([#96](#96)) ([b6a0f91](b6a0f91))
* **deps-dev:** bump [@types](https://github.com/types)/fs-extra from 5.0.5 to 7.0.0 ([#98](#98)) ([baf56a9](baf56a9))
* **deps-dev:** bump [@types](https://github.com/types)/node from 11.13.7 to 12.0.2 ([#99](#99)) ([909098e](909098e))
  • Loading branch information
GLaDOS committed May 26, 2019
1 parent eaf4348 commit 62bce2e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## [2.1.6](https://github.com/bycedric/semantic-release-expo/compare/2.1.5...2.1.6) (2019-05-26)


### Code refactors

* upgrade detect-indent to version 6.0.0 ([#92](https://github.com/bycedric/semantic-release-expo/issues/92)) ([0a3f8a0](https://github.com/bycedric/semantic-release-expo/commit/0a3f8a0))
* upgrade fs-extra to version 8.0.0 ([#94](https://github.com/bycedric/semantic-release-expo/issues/94)) ([0d4460e](https://github.com/bycedric/semantic-release-expo/commit/0d4460e))
* use dependabot instead of greenkeeper ([#102](https://github.com/bycedric/semantic-release-expo/issues/102)) ([c03251a](https://github.com/bycedric/semantic-release-expo/commit/c03251a))


### Other chores

* **deps:** [security] bump tar from 2.2.1 to 2.2.2 ([#97](https://github.com/bycedric/semantic-release-expo/issues/97)) ([d901b06](https://github.com/bycedric/semantic-release-expo/commit/d901b06))
* **deps:** bump fs-extra from 8.0.0 to 8.0.1 ([#100](https://github.com/bycedric/semantic-release-expo/issues/100)) ([f3dfc16](https://github.com/bycedric/semantic-release-expo/commit/f3dfc16))
* **deps:** bump semver from 6.0.0 to 6.1.0 ([#101](https://github.com/bycedric/semantic-release-expo/issues/101)) ([eaf4348](https://github.com/bycedric/semantic-release-expo/commit/eaf4348))
* **deps-dev:** bump [@commitlint](https://github.com/commitlint)/travis-cli from 7.5.2 to 7.6.1 ([#96](https://github.com/bycedric/semantic-release-expo/issues/96)) ([b6a0f91](https://github.com/bycedric/semantic-release-expo/commit/b6a0f91))
* **deps-dev:** bump [@types](https://github.com/types)/fs-extra from 5.0.5 to 7.0.0 ([#98](https://github.com/bycedric/semantic-release-expo/issues/98)) ([baf56a9](https://github.com/bycedric/semantic-release-expo/commit/baf56a9))
* **deps-dev:** bump [@types](https://github.com/types)/node from 11.13.7 to 12.0.2 ([#99](https://github.com/bycedric/semantic-release-expo/issues/99)) ([909098e](https://github.com/bycedric/semantic-release-expo/commit/909098e))

## [2.1.5](https://github.com/bycedric/semantic-release-expo/compare/2.1.4...2.1.5) (2019-04-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-release-expo",
"version": "2.1.5",
"version": "2.1.6",
"description": "An Expo implementation for semantic release, so you don't have to bother",
"keywords": [
"expo",
Expand Down

0 comments on commit 62bce2e

Please sign in to comment.