Skip to content

Commit

Permalink
chore: create new release 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](1.1.1...1.2.0) (2018-07-11)

### Code refactors

* increase usability and other minor changes ([#21](#21)) ([49e29b1](49e29b1)), closes [#7](#7) [#7](#7)

### Code style changes

* remove extraneous space in log statement ([cdaa1b9](cdaa1b9))

### New features

* inherit configuration from prepare when verifying ([#20](#20)) ([729baeb](729baeb))
  • Loading branch information
GLaDOS committed Jul 11, 2018
1 parent 49e29b1 commit 0ed52d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.2.0](https://github.com/bycedric/semantic-release-expo/compare/1.1.1...1.2.0) (2018-07-11)


### Code refactors

* increase usability and other minor changes ([#21](https://github.com/bycedric/semantic-release-expo/issues/21)) ([49e29b1](https://github.com/bycedric/semantic-release-expo/commit/49e29b1)), closes [#7](https://github.com/bycedric/semantic-release-expo/issues/7) [#7](https://github.com/bycedric/semantic-release-expo/issues/7)


### Code style changes

* remove extraneous space in log statement ([cdaa1b9](https://github.com/bycedric/semantic-release-expo/commit/cdaa1b9))


### New features

* inherit configuration from prepare when verifying ([#20](https://github.com/bycedric/semantic-release-expo/issues/20)) ([729baeb](https://github.com/bycedric/semantic-release-expo/commit/729baeb))

## [1.1.1](https://github.com/bycedric/semantic-release-expo/compare/1.1.0...1.1.1) (2018-07-10)


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": "semantic-release-expo",
"version": "1.1.1",
"version": "1.2.0",
"description": "An Expo implementation for semantic release, so you don't have to bother",
"keywords": [
"expo",
Expand Down

0 comments on commit 0ed52d5

Please sign in to comment.